Loading Tool

Explorer IconExplorer

Memory Pool

46,709 transactions
20.45 vMB
0.05109847 BTC
Random Selection Loading Transactions
Max Size: 117.16/200 MB

Candidate Block

Mining Attempt ad672cc7c808d2de41d79da3b5ec8c2217d715d61e3d1ec6387a9cb7c332d177
Version 20000000
Previous Block 000000000000000000008cf925688a9324605cd72241f4351d10b89a2ee171a1
Merkle Root 738d8547a252655dd74260b1b1088ac9a04b09695b54c734a13706a492f66c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,623
Size: 1.00 vMB
Total Fees: 0.01070644 BTC
Feerates: 100.53 > 1.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,947 (789,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,716 124,716 00000000000055a08d99816e0a2c0b885e918a97997e194f20d58e80e7484e2c 11 0.00/1.00 vMB 323
124,715 124,715 000000000000182be57823ba42d5fefe6040808d5ebe1d4a74a2ed4b1a2a9369 10 0.00/1.00 vMB 891
124,714 124,714 0000000000001e95bb55a6f4385b5db4f10802094a175e0a4341bbf9008979ce 1 0.00/1.00 vMB 0
124,713 124,713 0000000000004e014ff07616f92ae6ad49293c2bb275f4fdcae538d1baf95e77 17 0.01/1.00 vMB 884
124,712 124,712 000000000000645f8fa4b77f91119e303fe2818f56ceb1c4d8c185e17bf5ce4c 22 0.01/1.00 vMB 132
124,711 124,711 00000000000037591aafd341a2d70a028525b45978b9f9bc36d2485dc2bfc0f7 6 0.00/1.00 vMB 596
124,710 124,710 0000000000000f5f8c06f8e7c229463576d81ad82121afad7fca021bdb97a188 5 0.01/1.00 vMB 499
124,709 124,709 0000000000000d73ecf01b6f1604fd47f6769009241926769997cecc6eae30e6 9 0.00/1.00 vMB 0
124,708 124,708 0000000000004a527be0b7a917e2abf5481a80a181e3f24e6195cf5776e91ee5 41 0.01/1.00 vMB 164
124,707 124,707 0000000000002741d4ed76670bbcdce2a5a9f2f3201ceaabc420f7df2e3e27d4 6 0.00/1.00 vMB 0
124,706 124,706 0000000000000956aa8eb8c730b5d97edf68e3566d16416bfae3e3337c250ac5 6 0.00/1.00 vMB 0
124,705 124,705 000000000000605b235d65077443d170e88bd5f266cdc545d529d0443662fb27 15 0.01/1.00 vMB 763
124,704 124,704 0000000000001531e35c7f22ea18dcbf070361e1f07b9c4a7951c0895aa77d8b 5 0.00/1.00 vMB 248
124,703 124,703 0000000000002af8aa73d5b9137975e08b35a678806ab61f626d07e3834b39d5 12 0.01/1.00 vMB 394
124,702 124,702 000000000000636103c6d2aae1262801dadb95ea4bfc43762f2a172e327e7895 12 0.00/1.00 vMB 423
124,701 124,701 0000000000000edf51e3b776e85c1bfe5871ecdddd712a1ead72ddbae7b516b3 7 0.00/1.00 vMB 0
124,700 124,700 0000000000003bc6789ea0a512f69b0d1f6f1b0821b9933216facd4154a1838d 18 0.01/1.00 vMB 0
124,699 124,699 00000000000049ef137879b06aada59170cec22e8c35207ad17c4b28be560e06 8 0.00/1.00 vMB 354
124,698 124,698 0000000000002fd0424f152df3e4250965aa8ae3016a1a72b85e3bfc0b50c8d5 13 0.01/1.00 vMB 523
124,697 124,697 00000000000015a9fd3fa79932e5fcc4276e9ce4b1cad8029706b46400b484a9 10 0.00/1.00 vMB 313
124,696 124,696 0000000000002ac6d663a1cda0cb31318bd6ece9eef68bec7e13e1598b343edf 17 0.00/1.00 vMB 1,085
Previous 10 blocks ↓
Total Size: 780.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 533.95 GB
    • Received: 5.85 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.