Loading Tool

Explorer IconExplorer

Memory Pool

78,920 transactions
29.54 vMB
0.07103853 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt f47975cf4fde6910ab293d3a6a32da5866cc15a68d06d688f682b01d98898cbd
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (343,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,417 571,417 0000000000000000000bcacfeaad776cae5c3cc6fdc07ec7aaefd5998b4f892b 830 0.25/1.00 vMB 53
571,416 571,416 0000000000000000000bb4f91ff6f18a681926a841aa0a7ebf835064450c7f16 1,827 0.55/1.00 vMB 36
571,415 571,415 0000000000000000000d75f697671b0e152b3df611ec9e6a38df13fdf9bb0770 553 0.16/1.00 vMB 43
571,414 571,414 000000000000000000124cb578f5d90bd1c21000e9dfc9b8df74356f3552ef4a 1,207 0.36/1.00 vMB 50
571,413 571,413 000000000000000000113faaac54cd87461823b73bccd4d68bf01bf3c8402e8e 691 0.26/1.00 vMB 54
571,412 571,412 00000000000000000011c9ebc7bc31973d4690bb6d19849e1938b5cafaf40eca 1,763 0.55/1.00 vMB 41
571,411 571,411 00000000000000000021fadb5c3aa608391883c1bb54bc76f6a93979ba50eecb 330 0.10/1.00 vMB 42
571,410 571,410 0000000000000000000a5ed7a98d0ec9bdca55e25882a3732359025cc3a4d428 1,077 0.54/1.00 vMB 7
571,409 571,409 0000000000000000000a97dc5aa29b1aaddbc00fe68935799bd6e3e180dfcdc3 2,907 1.00/1.00 vMB 9
571,408 571,408 0000000000000000001e6c25767e83a8de119391d0422ca3ab5e0a011c22c297 2,125 1.00/1.00 vMB 96
571,407 571,407 00000000000000000029acfe54f312457a62987ad3b60407fd3286b316bebb19 1,975 1.00/1.00 vMB 31
571,406 571,406 0000000000000000000e1886271c20e26da5aafb35978bbcb651c30a8df70dc6 3,137 1.00/1.00 vMB 13
571,405 571,405 000000000000000000048d4c055e66fb8499f7a47fddd1e48d883c77dc3ab04a 2,838 1.00/1.00 vMB 86
571,404 571,404 0000000000000000001fc4689c9f7242cb2e6b8d3adf968503cd9a8a9427a7c6 3,271 1.00/1.00 vMB 108
571,403 571,403 00000000000000000003b06289932bc3e1359ab41cf1d33312e028b96cace19f 3,388 1.00/1.00 vMB 82
571,402 571,402 0000000000000000001f600dc2228aecd9fd50bf7cec0f231fb7437f7b83e605 3,263 1.00/1.00 vMB 74
571,401 571,401 000000000000000000279d33936e4b526bb10ed7666083395d6ce146ce69ab3c 2,698 1.00/1.00 vMB 64
571,400 571,400 00000000000000000020d51fd7a6ded1a74da6f83e283ca41402156e947bae77 1,119 0.36/1.00 vMB 51
571,399 571,399 0000000000000000000e9b7b86db7704a615543f8a5cd5cc59e7b3fae9e73ea0 1,092 0.42/1.00 vMB 70
571,398 571,398 00000000000000000012ce66ed715b5c93526d716a9b46b0ed4783fda31b5626 757 0.22/1.00 vMB 54
571,397 571,397 000000000000000000066ffd1c3ab78e3a9a88039bec0541dca669a8c931fe62 3,141 0.97/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.39 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.49 GB
    • Received: 14.99 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.