Loading Tool

Explorer IconExplorer

Memory Pool

78,054 transactions
29.31 vMB
0.06390928 BTC
Random Selection Loading Transactions
Max Size: 176.08/200 MB

Candidate Block

Mining Attempt 63cff20e8eee5ef2f1b7139c09a3a9fd5504715c3d1ee7a490838c40db3001e3
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a6c104c10259481994c9c48dec1a2b1a813fe273691f5c64a8602cdde36e5d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,018
Size: 1.00 vMB
Total Fees: 0.00453476 BTC
Feerates: 12.16 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (198,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,171 716,171 00000000000000000000d3952494a2a9830fd39be97cbc1e226fb036f6cbbef2 3,097 1.00/1.00 vMB 20
716,170 716,170 000000000000000000040330967f26a9d9fef43e6f8c1757240cf68601c409df 311 1.00/1.00 vMB 10
716,169 716,169 0000000000000000000a190830ce0694a68a632dae8d1a25027b3d1bc46de251 2,840 1.00/1.00 vMB 12
716,168 716,168 00000000000000000000c0dc7538d63e044340b7e0522e12cab13c23aa273beb 2,804 1.00/1.00 vMB 16
716,167 716,167 0000000000000000000054b27ff5329ff7bb75c454ca41f0ea211a94b54e19c0 2,933 1.00/1.00 vMB 19
716,166 716,166 0000000000000000000517576b72ef3b860574afd11ef416d34c4996e9481ebd 2,512 1.00/1.00 vMB 27
716,165 716,165 00000000000000000006b09c3635a27c0cf97889fe4ef049b44bc2d7e33d9824 2,223 1.00/1.00 vMB 10
716,164 716,164 0000000000000000000020af543d6dff0f2d5cee1834c0b4e939abbc577f0fef 3,151 1.00/1.00 vMB 14
716,163 716,163 0000000000000000000733ddf739801ef41198db2e6c9aa0d69046fce8d15d61 2,994 1.00/1.00 vMB 22
716,162 716,162 00000000000000000002488f78d1cb6340d8627c910fbad6e1b33c1429e037e4 1,964 1.00/1.00 vMB 23
716,161 716,161 00000000000000000001fd4a00c5fdf6d6e983440a3191e8296f370fc8a16e86 2,594 1.00/1.00 vMB 8
716,160 716,160 00000000000000000004c37dd1a922f5831a1b96981c991166fe6f210acd43eb 1,542 1.00/1.00 vMB 11
716,159 716,159 000000000000000000006b63167b75f555ecce722f785fcad47ee20a73c66ed4 2,833 1.00/1.00 vMB 13
716,158 716,158 00000000000000000009c8e13870aa52218163f956e4f9209d23c9506d973c46 1,982 1.00/1.00 vMB 24
716,157 716,157 0000000000000000000854a4e32ae7b78201851884acb794ee433dbba6c7528c 641 1.00/1.00 vMB 12
716,156 716,156 0000000000000000000a3fa311139a6b895b814d652ba327f131ed31eab19b64 2,259 1.00/1.00 vMB 15
716,155 716,155 00000000000000000007752ca230a3b660f55c132a9c0e59fef29020093ae4e5 1,749 1.00/1.00 vMB 10
716,154 716,154 00000000000000000009ef65aa2681a67890b99ed2da3d8f66a044869d465322 1,845 1.00/1.00 vMB 24
716,153 716,153 0000000000000000000613c3f2a78cdfcd3925440450742143c76d88b2ff0854 1,622 1.00/1.00 vMB 8
716,152 716,152 00000000000000000009c44d3c820d0689c455f7298656474e87af6a0e7b85c3 1,442 1.00/1.00 vMB 11
716,151 716,151 000000000000000000047a616a8154614f1dca5cb4611e41b611fbea6987264c 1,765 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.47 GB
    • Received: 14.98 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.