Loading Tool

Explorer IconExplorer

Memory Pool

31,689 transactions
17.53 vMB
0.05588113 BTC
Random Selection Loading Transactions
Max Size: 94.54/200 MB

Candidate Block

Mining Attempt 0db1bea3d3fd5b8c28867a11447b368ef39ec5f9654a8ea3a7d1937e8c60aeac
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root ce72b2c3d2d8c13fc60aef72c42b8b13e7c94211de42e672557c0d8cf29b860f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.02243244 BTC
Feerates: 301.57 > 2.25 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (643,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,563 270,563 0000000000000002f381f69bc5631a7c4b569903f35ce97f54624c8f8074b272 762 0.25/1.00 vMB 200
270,562 270,562 000000000000000268ccd6cdc8fc9403818c5be3d852cf6a4ae71602def25dbb 198 0.48/1.00 vMB 18
270,561 270,561 000000000000000262c1d74301a7e2949b1cba6203040bae065ddd4c810f2ef6 561 0.31/1.00 vMB 39
270,560 270,560 00000000000000058813ca25de2d2d8821c4ae39dcdced5f63609c48d59ad0ce 522 0.29/1.00 vMB 53
270,559 270,559 00000000000000019d2c06191a81d51027b2d738552ebf8566219301dc800621 598 0.25/1.00 vMB 109
270,558 270,558 00000000000000063976d3deb33c3c1769b3d7f953c370beff389e2e2b180ba5 225 0.07/1.00 vMB 216
270,557 270,557 0000000000000001832c6198e6e8ba4259ae9b3ce2da233a5e2aed7d83ec7f34 259 0.22/1.00 vMB 31
270,556 270,556 0000000000000000c4164afdf00fdab24df3588f79f4d11de024984d5256819a 430 0.21/1.00 vMB 70
270,555 270,555 00000000000000062154dbb93d2d6d52b96e27805f96dd2d9f0396fe7bcec463 590 0.25/1.00 vMB 93
270,554 270,554 0000000000000004fcac67e3dfd79f3740efe113dd06c468852cbfa9cd2c0887 453 0.20/1.00 vMB 67
270,553 270,553 0000000000000006fb78110904d5bbffe1d07ae2f95b725a9a2cf57cc7a342b1 587 0.25/1.00 vMB 98
270,552 270,552 0000000000000004c38b559ae456092a3c1d1807c06a90cee6e63590b730b512 269 0.13/1.00 vMB 67
270,551 270,551 0000000000000003a7dc53490f0677c9a4d2a2d7c703294d85821cf330ed4f86 100 0.04/1.00 vMB 95
270,550 270,550 0000000000000002d594ec0d256f7c8aa6110e44bd05b9a1bfd3f4dd79bd4d0e 74 0.05/1.00 vMB 39
270,549 270,549 0000000000000004a7f97fd52eb628b286fd62dcacd3a29d881ecc689cbbc8b5 172 0.09/1.00 vMB 44
270,548 270,548 000000000000000008c372d6ab0990d9e13231e999d4c73957b60af17d2272fa 348 0.17/1.00 vMB 120
270,547 270,547 00000000000000057bf7f8bbafaf8cd675aba8986ac0f2fbe553cfb3df3ac98d 155 0.06/1.00 vMB 70
270,546 270,546 0000000000000000811df92105707d4ec7e86338604e92962174299f3f010ebc 297 0.14/1.00 vMB 41
270,545 270,545 0000000000000003251b19e522761456f4fd0d1fde1b297e9bde4648569f2d8e 488 0.37/1.00 vMB 25
270,544 270,544 000000000000000350348d3c61c83eaed67c3d4dc9e34df29a4da7b411b8b54b 557 0.33/1.00 vMB 33
270,543 270,543 00000000000000062b256689fb6a86b477d7e9684fb3d521ec2f04c08f1a156f 1,174 0.50/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 780.89 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: 567.25 GB
    • Received: 7.68 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.