Loading Tool

Explorer IconExplorer

Memory Pool

42,767 transactions
20.04 vMB
0.06019635 BTC
Random Selection Loading Transactions
Max Size: 112.74/200 MB

Candidate Block

Mining Attempt 2ec716905a7ac6ba1ee402e3135586f3872762a05d5a884d7a775a9b8517b832
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root c0e30ebfec1647e3cb89529222fa0f2fe636e5569d9614be5e8f0b10bed96b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,598
Size: 1.00 vMB
Total Fees: 0.02076913 BTC
Feerates: 301.20 > 2.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (771,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,369 142,369 00000000000000d7d1c908cc044f30adc1a7a81b6eaf496c470705023e869cd1 93 0.03/1.00 vMB 18
142,368 142,368 0000000000000844f7b821788fd1ec43cfd8e7837a65c5a4b1444f2aa10763c6 13 0.01/1.00 vMB 197
142,367 142,367 000000000000082b87bc8a4b9d130a1c9a019c967af5f9c5c6721fdc48789bae 17 0.01/1.00 vMB 150
142,366 142,366 000000000000036c41b227eee2204b19c8db7f48ef23cbe984b70b432d662cdf 17 0.01/1.00 vMB 120
142,365 142,365 00000000000008d9280326bb83053df694844499b2385c3ccb4d5a93016868af 19 0.01/1.00 vMB 156
142,364 142,364 00000000000006423dbb44761cf3e387d8a1a33f6a3aac423eec0e8e9d3feee3 11 0.01/1.00 vMB 274
142,363 142,363 000000000000022e3b4ec261114dc212125967c5a5171ab9dc2db860c20c7882 10 0.01/1.00 vMB 51
142,362 142,362 0000000000000911387b14d297998a20e074ea51a69cdd0860a714e16b1607b5 15 0.01/1.00 vMB 37
142,361 142,361 000000000000079e49527bd5b91391bce2d6f4686900d8b91db9a6df1d3a9262 64 0.04/1.00 vMB 227
142,360 142,360 00000000000006f9a6917e7a685b6c44ab2cdb3c6450b424ffa6c816b4d3296f 30 0.02/1.00 vMB 167
142,359 142,359 00000000000004235a858dae7951a410387eef510a06faed4e8a2893588c361e 60 0.02/1.00 vMB 72
142,358 142,358 00000000000007730b4ea64a3a6aa968bb1ca63fd97cd547876ea7ed52d8435c 134 0.04/1.00 vMB 172
142,357 142,357 0000000000000743c432f84ad688b7b60d1474ccd7baa3d762df0b3f51205712 1 0.00/1.00 vMB 0
142,356 142,356 0000000000000880525394362c00eaa68d6ed395ba64553615cc6b1b6852af8f 41 0.02/1.00 vMB 346
142,355 142,355 000000000000023a39d1e2037c42be5a8dfcc531c8e984b1d24f060c2bef68a9 64 0.03/1.00 vMB 47
142,354 142,354 000000000000045a46668d2d58aba3c4749c23dbef2f15a5592b3beac863d32b 67 0.03/1.00 vMB 193
142,353 142,353 0000000000000638a5c5d150bbc2fdcd205425459f2b3e7622bd3d23fd65158f 10 0.00/1.00 vMB 471
142,352 142,352 00000000000008fc6cde47cb0629e104ec840262e1cabaf9e0f60e6206ac72a8 126 0.04/1.00 vMB 129
142,351 142,351 00000000000008b95ec158da5eee756be626db62c807049d04aa4aed8d9c328f 23 0.01/1.00 vMB 110
142,350 142,350 00000000000007e6448d69d98eda1dabbab8b42c7a7e745ff7c1e83fd210afff 36 0.01/1.00 vMB 148
142,349 142,349 0000000000000784edff1d2eb7cf3f1bb6a9e783666f744bab08294bda5ead6a 11 0.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 780.53 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: 535.78 GB
    • Received: 5.92 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.