Loading Tool

Explorer IconExplorer

Memory Pool

26,902 transactions
26.89 vMB
0.05394938 BTC
Random Selection Loading Transactions
Max Size: 129.53/200 MB

Candidate Block

Mining Attempt 00f89d8a4b5b1578fd223bf064e83b3256d5af97a9939eaefff200f72d42790b
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 277dbfa9c872f8097d85a97c494699df0fd71d0ed64263bdd9458ecca90040ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,788
Size: 1.00 vMB
Total Fees: 0.00362705 BTC
Feerates: 40.21 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (682,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,463 232,463 00000000000001b35a86b243833fbf04d13d74b383f3b39de375238c836a65f9 425 0.18/1.00 vMB 175
232,462 232,462 0000000000000199a9b97d62b9c039dc6f973bf8c6cc6885498779b452aaab6b 62 0.02/1.00 vMB 92
232,461 232,461 00000000000000edc85d2d1f91af3a78e58717ef7279f2ab0051c544315c30f9 339 0.14/1.00 vMB 155
232,460 232,460 0000000000000136fdf1cf172df22d304765f93c7546e3ba37d561856af77e94 219 0.19/1.00 vMB 74
232,459 232,459 0000000000000032b8d42b0621f83b68cdf0e02ad9034662d086e6092f32ca04 384 0.15/1.00 vMB 207
232,458 232,458 00000000000000b812a0a41d2a25bfbb89f6ccd989f9ed63203f83ea7ecfd7f7 66 0.03/1.00 vMB 131
232,457 232,457 000000000000007b40d5eb15f47c2d5e37e25a399b9de73ee9afe2cf4021d050 73 0.04/1.00 vMB 196
232,456 232,456 0000000000000004cdaeb0fcda87275ec983f27cffa6405234fd4db47ed5df21 751 0.36/1.00 vMB 144
232,455 232,455 0000000000000190cfab30d63be199773a1b0f7549a0aacdf99cfe19c3b4eda4 244 0.08/1.00 vMB 145
232,454 232,454 0000000000000146dbe3f5f77b70bedfa31b3a539d99bc8bdd7d81677b92b108 151 0.05/1.00 vMB 220
232,453 232,453 000000000000014b43936d4c668cffb2793ca6dbca1f25dc1de0bc5ba85cbe11 418 0.15/1.00 vMB 200
232,452 232,452 000000000000006aa33c6db8c87ad6f89bd942bc5b2351c1f9fc2dbef257a222 255 0.09/1.00 vMB 209
232,451 232,451 00000000000000327cf9e21bae8930abdce6a5428eaa60cc363ab94c94eccfb7 32 0.01/1.00 vMB 154
232,450 232,450 00000000000001700cebca861774e8f3f997210e55c9c7dba8f5e1278178f573 317 0.23/1.00 vMB 105
232,449 232,449 00000000000001add4d447c506bfca5f26c94a6dbe49aa59aaecccea1caef543 159 0.08/1.00 vMB 171
232,448 232,448 000000000000003a004f88dc098ceabd6d23d12b65e9350f222247131ffe4493 114 0.10/1.00 vMB 48
232,447 232,447 00000000000001b37e0487d2cd7a46ee7fe0b22d6c5a1f69649fdb7ce8d225a7 679 0.25/1.00 vMB 203
232,446 232,446 0000000000000055c1cd55d887765d74b8f2ad681f163c660c62b2df69e9220c 1 0.00/1.00 vMB 0
232,445 232,445 000000000000014a943ca8bb0ea20964cb6448c09f5e0d66383070f774af14fc 504 0.23/1.00 vMB 213
232,444 232,444 0000000000000000b7b6a38aa53372487bd2c3903123afa3a7c14f207f7d24cb 290 0.14/1.00 vMB 175
232,443 232,443 00000000000000c0ec70011e484e5129f10ebf13a8807e5ef7a5f81804cd2ef5 149 0.33/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

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