Loading Tool

Explorer IconExplorer

Memory Pool

77,493 transactions
28.93 vMB
0.08266631 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 96eead0a503b436073465173070fd2f61dff935d465d6ac93548e267c1ada26d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (502,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,457 412,457 0000000000000000056396f85f2a2afbaca53fa212eb8a1d87e82f391ba57050 2,593 1.00/1.00 vMB 62
412,456 412,456 0000000000000000018ea6c89e3e9117347ebe82e3eb8eb5336cca0f932f5682 2,295 1.00/1.00 vMB 35
412,455 412,455 00000000000000000438ef06fc033b58b4825a2a3cd10cac33931fe58392c75e 2,487 1.00/1.00 vMB 42
412,454 412,454 0000000000000000029472bcc2d3e195e6055aec4463070a10251f02be9a7187 2,916 1.00/1.00 vMB 73
412,453 412,453 000000000000000002e820314b6fb5ec92494e17ddb1a4d22ea8312d54c41efe 1,994 0.75/1.00 vMB 97
412,452 412,452 000000000000000001a5371faac8e4eeb1d6447666b693b44d34b7d39510a2d9 572 1.00/1.00 vMB 14
412,451 412,451 00000000000000000250a6b5ce3a2810eff82e1f9b8149c4fa7a215e730be6e7 1,330 1.00/1.00 vMB 24
412,450 412,450 000000000000000002b90cf75588fd1fc5b4743a920aa14598cc16cabcf5317f 1,336 1.00/1.00 vMB 38
412,449 412,449 0000000000000000016aafca9ae6e7a4a75ee08785ad8da097b92bdfc57232e6 1,440 1.00/1.00 vMB 27
412,448 412,448 0000000000000000046cf6f556470167558f49785c9fed9559b78467791bd0c2 1,579 0.93/1.00 vMB 36
412,447 412,447 0000000000000000034fee9f66e1e24b54a5226249bbe30c7fda402613856351 2,506 1.00/1.00 vMB 56
412,446 412,446 0000000000000000039d35a5f613c48a6f49ab72801b846e1a742af2a792581b 1,138 1.00/1.00 vMB 27
412,445 412,445 00000000000000000333614e70e53a1fb31fee30fd9da11375af3935726fa5b9 971 1.00/1.00 vMB 21
412,444 412,444 00000000000000000074970f068cd0549cd8d60e4190fe47d1bff6290281d7e9 1,306 1.00/1.00 vMB 19
412,443 412,443 000000000000000001e6b822762fac991fb56f23792792a797c3d311c07989d3 1,981 1.00/1.00 vMB 42
412,442 412,442 000000000000000002aa6daf96683c53b010091529788c85a1da7911925c1301 2,024 1.00/1.00 vMB 35
412,441 412,441 0000000000000000034da7c25b3c6698df6c7cb5a9ebe248670e36415f5bb5d0 2,139 0.99/1.00 vMB 50
412,440 412,440 000000000000000001831feef7cb46e86760cd36d30dec594843ee01788a5780 2,890 1.00/1.00 vMB 74
412,439 412,439 0000000000000000051e5c83213322cf04022061a1021a4499f9d5cf03702bf2 3,010 1.00/1.00 vMB 82
412,438 412,438 000000000000000003c99851acf96fb791f790324d62ffad98e2c68de4783f32 2,965 1.00/1.00 vMB 79
412,437 412,437 000000000000000003a0c6019744df4ed6a3a4f6664d7aaab77b4600545be393 2,093 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.