Loading Tool

Explorer IconExplorer

Memory Pool

40,011 transactions
26.00 vMB
0.06603657 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt a33e08027c782b087017ca755d1d1a9ec14a90e8f820a15c480f0950c0db71b4
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (100,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,470 814,470 00000000000000000003842f3691ddcb3d43c5257e6e230ad53564b72c93ae95 3,632 1.00/1.00 vMB 13
814,469 814,469 00000000000000000002681ec2b417d32ce2845cfecf48f737d94fc4bef386f1 3,516 1.00/1.00 vMB 11
814,468 814,468 00000000000000000002601c62fc2f63b0b104c6d15738ffb2ebccfeb97e7efa 2,765 1.00/1.00 vMB 11
814,467 814,467 000000000000000000040abfb8b13104aa540ea6fba80b3e25245ef5c3ed11ac 4,581 1.00/1.00 vMB 6
814,466 814,466 000000000000000000018e6d411d86e87f4c9fcdd84a47ef2cd15150e638dbf0 4,463 1.00/1.00 vMB 7
814,465 814,465 00000000000000000002da2f98fd4a7eeb1a945a4793a57327e1856534f0dd91 3,856 1.00/1.00 vMB 8
814,464 814,464 000000000000000000002e0fe35b9ed9da917afd11a0edf83808369b782816a7 3,861 1.00/1.00 vMB 6
814,463 814,463 0000000000000000000353813d30e99afcc4579d469b57718f4521d570b3dce6 3,808 1.00/1.00 vMB 9
814,462 814,462 0000000000000000000278f4b6b865de198480fde242cc33984a80a1da5e8d2e 4,759 1.00/1.00 vMB 6
814,461 814,461 00000000000000000002ebd4fd5c22f40e158cf25314fb8b05340a0fa13aaa4d 4,573 1.00/1.00 vMB 7
814,460 814,460 0000000000000000000497bf9db19816ccc195f75a8bf1439fa255b5561ce7f0 4,261 1.00/1.00 vMB 5
814,459 814,459 00000000000000000000a94dc0adeef312e1d4598eff4233143359cb5eef0ab8 2,669 1.00/1.00 vMB 9
814,458 814,458 000000000000000000033b6def4e7ea1ccc4c26ecf2390fe5f884a2724ba02a4 4,885 1.00/1.00 vMB 5
814,457 814,457 00000000000000000000c4bb3faa4c14e407d20f2bf30d7511b5c4a57d54fc3d 3,384 1.00/1.00 vMB 8
814,456 814,456 000000000000000000037dbe25023688b3346f3a624beb9801bb534556631499 4,141 1.00/1.00 vMB 7
814,455 814,455 000000000000000000009133a17e248ad54a02eae5d2a67ac238501afef00039 3,747 1.00/1.00 vMB 6
814,454 814,454 00000000000000000001cd4a21cbd7fa87846450944522cb08f218524540c79b 2,713 1.00/1.00 vMB 8
814,453 814,453 000000000000000000005d4451a12af5801a884fb7af92e6b139f4c5276847d9 2,912 1.00/1.00 vMB 12
814,452 814,452 000000000000000000041a3424f0106e5d68bf8b67cf857901efe8894e07afd4 2,849 1.00/1.00 vMB 15
814,451 814,451 0000000000000000000004661857c2dff3472bfe9fa527d55fe38d5a37694346 2,711 1.00/1.00 vMB 9
814,450 814,450 000000000000000000044e9be28c58e0c5d74d14a498657e1aaff1a26c401935 3,197 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.