Loading Tool

Explorer IconExplorer

Memory Pool

36,875 transactions
25.86 vMB
0.07651928 BTC
Random Selection Loading Transactions
Max Size: 133.38/200 MB

Candidate Block

Mining Attempt 5c39eb8b293571d6befb59d23c460d3839b7598e1b99bf3b264b2978d906fb5b
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 73c376490b8a741b65e3ec6a626659bcbc2f5a58787ba444953f9cae736b6b24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.02948143 BTC
Feerates: 101.64 > 2.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (90,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,506 824,506 00000000000000000002c2ce9cc9e93b831d5300f791f6c67fc8365fe18a4352 3,014 1.00/1.00 vMB 68
824,505 824,505 0000000000000000000190f6826233dd4f4946eaf591dd3b92cdb09576772e41 2,652 1.00/1.00 vMB 83
824,504 824,504 0000000000000000000085f773c03078d0b65fcae0518cc44a09fe1061693709 3,421 1.00/1.00 vMB 119
824,503 824,503 000000000000000000031518b9a95c9baee3199abbd796683e400778787a7182 3,356 1.00/1.00 vMB 134
824,502 824,502 00000000000000000002fe23c69f9ef80277724164a9ebe89dbbc35539b01d8e 3,055 1.00/1.00 vMB 80
824,501 824,501 00000000000000000002e59b21e9540c6b3e51fe5fd4251e3a209c16b1c27b90 2,969 1.00/1.00 vMB 53
824,500 824,500 00000000000000000000b977ad8e69f8a468fe170a9b7d5e206db86710d1f69b 3,359 1.00/1.00 vMB 91
824,499 824,499 0000000000000000000061dd6149bd168e9956c0eec180cffb904ac11a7a40e3 3,026 1.00/1.00 vMB 77
824,498 824,498 0000000000000000000103e1d742c98c44ac57ce4aa843a8ddd69928435d1d95 3,137 1.00/1.00 vMB 155
824,497 824,497 0000000000000000000291e0b7aa74f0de87fc7d5e4ceddee11c2c88a9119851 2,900 1.00/1.00 vMB 69
824,496 824,496 0000000000000000000103d4c16b080fb220c0b6ff17840607d4579567eb4777 3,368 1.00/1.00 vMB 98
824,495 824,495 000000000000000000006ca59b236f3c59f1b6a1dc4747637b8ced54d2765ace 2,597 1.00/1.00 vMB 65
824,494 824,494 0000000000000000000010728e8df0eea64ed7f4460e584e26472310d2227da3 3,264 1.00/1.00 vMB 78
824,493 824,493 00000000000000000000ac4113497ecc27e840351fa9b4ad9a34307e95ff51df 1,582 1.00/1.00 vMB 55
824,492 824,492 00000000000000000000951fec4d326e136bcaeaef54f60afc0f6ef0daf29797 3,388 1.00/1.00 vMB 80
824,491 824,491 00000000000000000001cf980709cf2ca4c5841f516ebcd9af86d1fb65590491 2,939 1.00/1.00 vMB 81
824,490 824,490 00000000000000000003b0944d94e80f5d5ab19a4128bca0cc8e74f258fa392c 3,447 1.00/1.00 vMB 108
824,489 824,489 00000000000000000002c5f45f64d059dd3bf37a2412d7fb517ecf75f7df4561 3,488 1.00/1.00 vMB 78
824,488 824,488 00000000000000000003aafb9d8e1935a96f13272e34aa31b6c5e3d36860d190 3,406 1.00/1.00 vMB 82
824,487 824,487 00000000000000000000d024280915a6d91b1818ba7920afe8d24c53fc21d099 2,922 1.00/1.00 vMB 72
824,486 824,486 000000000000000000027eb6c7e9f6f97529e2e2bf85acbc3b9cdd036d89c528 2,974 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.