Memory Pool Memory Pool Refreshing

19,673 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (95,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,055 812,055 00000000000000000001e9a2b9b4f271a01123abe77b8abd9ff1a3d651e46c08 1.73 MB 2,750 17
812,054 812,054 000000000000000000013a24902550e26ae057dd83a28a0a298be2610d347156 1.36 MB 1,252 9
812,053 812,053 00000000000000000000aa515df48b6b097e8c5177188b75e9c526a9ad15e246 1.50 MB 920 7
812,052 812,052 0000000000000000000006349ec98bf8e7597d83d0261b169353ed1487f4fa31 1.48 MB 1,878 15
812,051 812,051 0000000000000000000383202c67dae7c6d77c96bf3e3076238801e5a77281df 1.49 MB 2,358 16
812,050 812,050 00000000000000000003095138854ffb4c506440d36407d6e939a3b799bcae93 1.57 MB 2,497 16
812,049 812,049 000000000000000000043833b5bae3f203629d9db509825061429087cfeff6da 1.54 MB 3,244 24
812,048 812,048 00000000000000000003b834e823e3e8e1eb14b74d2503f08937be1add0ed3ad 1.62 MB 3,157 21
812,047 812,047 000000000000000000033413a6a1436078775d6068d97451928c4eeb20be0f41 1.60 MB 4,120 22
812,046 812,046 000000000000000000036e4a54c7c1318e43d4e4d5ac3f80685b400b78d693ae 2.04 MB 766 23
812,045 812,045 0000000000000000000168f1a13fd0f14de33581337c785f40c3c71cc1a98e4d 1.92 MB 1,124 26
812,044 812,044 000000000000000000020f73b8e6dcb3054736b785196cce825486f23ba9d303 1.57 MB 2,512 31
812,043 812,043 000000000000000000000a26519d16360cdc0f848fb95ae395875d21fc4b065b 1.65 MB 3,348 21
812,042 812,042 000000000000000000008f159e5e5f633c6605d5b6e615480bfea40d56e4249c 1.43 MB 1,244 9
812,041 812,041 000000000000000000020b68a2389002f03479daa99694bceba3067f1b361839 1.41 MB 1,297 11
812,040 812,040 000000000000000000037bbb43a49d7da2e5183b85ab39f6e129b138e83e8af9 1.16 MB 768 6
812,039 812,039 00000000000000000003ee6688f234a8c0a8167779b7d5c7722eec5fd7472ec7 1.86 MB 2,271 13
812,038 812,038 00000000000000000003f45961bfc938139f7f14f356f17865f1d02900d5f4bd 1.58 MB 2,389 19
812,037 812,037 00000000000000000002f84d4b2a1c0d6e6594d1ea87875645757b83c876704f 1.51 MB 3,279 23
812,036 812,036 000000000000000000028747833d6ca2686a197db9954b4f661e0503113046b8 1.12 MB 242 7
812,035 812,035 00000000000000000002d80c8129d1e61453a5176097c9c602dfcd92e22bc787 1.01 MB 253 6
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.52 GB sent, 93.00 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.