Loading Tool

Explorer IconExplorer

Memory Pool

25,357 transactions
24.66 vMB
0.05399202 BTC
Random Selection Loading Transactions
Max Size: 118.97/200 MB

Candidate Block

Mining Attempt a5361f8a196e756b7307f6c2f18f08a3c12a83581086875104932f16f00b437d
Version 20000000
Previous Block 000000000000000000015b3f8991a6295ea8d80dee3f2dc8dabdb68407463c80
Merkle Root 5108937d49a3bfc1b9fa2c8adfadc4519af708dff355c4df1ed8b5cf68a76467
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,900
Size: 1.00 vMB
Total Fees: 0.00965380 BTC
Feerates: 318.30 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,180 (643,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,570 270,570 0000000000000006a44a285c9a1439fbbfb1d20180e89dbbc82c8cf0b68e8669 126 0.06/1.00 vMB 61
270,569 270,569 00000000000000064c20c12bf7a247a6cbf3b31c8d288132062af34d931dee74 185 0.15/1.00 vMB 18
270,568 270,568 0000000000000002e17bc0a5590b0608fa72d0e3a336c2d68a90c5d955716e93 157 0.06/1.00 vMB 151
270,567 270,567 0000000000000001bc303de18d5fc8f3516d6226241a21164c7523914bc0410f 142 0.21/1.00 vMB 12
270,566 270,566 00000000000000031e84ca3f4f26e91b991995db2446064ff5a493785f0db32f 646 0.25/1.00 vMB 89
270,565 270,565 0000000000000004a3a9832dae2e97a233a899c9ab7adac17f0be32b7525a145 714 0.25/1.00 vMB 164
270,564 270,564 00000000000000070a22bf596cf6e95db84e396e00173ad8b6fd47ff76db2318 504 0.25/1.00 vMB 86
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
Previous 10 blocks ↓
Total Size: 780.91 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: 572.02 GB
    • Received: 7.84 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.