Loading Tool

Explorer IconExplorer

Memory Pool

78,368 transactions
29.28 vMB
0.08142635 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt f26c70b7fec19a11f9151526a068f35b67fb0202ce89aa50e7f612ba55fb6050
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 0cc2a0217903fa8daabac506d3796f6f856a3719a3361bffa64a2a840afdcbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.01987361 BTC
Feerates: 94.79 > 1.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (467,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,502 447,502 000000000000000000c56789c96d3458444e8a6af7b6867daa94029ba9ff48c8 2,914 1.00/1.00 vMB 111
447,501 447,501 0000000000000000036d6e7f2f220f84e9fcd15d3eac793dfe5c3412281917d9 2,393 1.00/1.00 vMB 77
447,500 447,500 00000000000000000287be1435579b807711835baaa3790f544d824ae054fbee 2,421 1.00/1.00 vMB 99
447,499 447,499 0000000000000000035f5a09d4ed386ed764c42ec20e771f5eaae97064d7bbf2 2,456 1.00/1.00 vMB 73
447,498 447,498 000000000000000002720005ad391736bbc8b3d4bec151a331b02df366fbe1d7 2,530 1.00/1.00 vMB 69
447,497 447,497 0000000000000000036b43061f09084b74419d7e88b73abe8987e2011fc432bb 462 0.20/1.00 vMB 124
447,496 447,496 000000000000000000c545be403ca8a199a7304b7c2cac60b6c6baf8ef3d2593 2,161 1.00/1.00 vMB 81
447,495 447,495 000000000000000001fda9f66a9707209b406a75ef0941717a738a74af3441b0 1,928 1.00/1.00 vMB 92
447,494 447,494 0000000000000000021b19abfd522209a10a9ac80436a9867bb185a136d6def1 1,027 1.00/1.00 vMB 104
447,493 447,493 000000000000000001cb000d0834ebd93896d3308f3d85837a85da0451b4711a 2,715 1.00/1.00 vMB 125
447,492 447,492 000000000000000002508bd8023bb6010328c212c1fd576b01b7e52a09f19b01 2,292 1.00/1.00 vMB 61
447,491 447,491 0000000000000000020d15e1497c7718d34d0babc7e8f634cf29d162069690fe 2,055 1.00/1.00 vMB 83
447,490 447,490 00000000000000000029ec682f72d0f0da8c3bbaab20e23fc83bdf1e26557992 2,288 1.00/1.00 vMB 68
447,489 447,489 0000000000000000000a1e96354ee1aee363fa0cc9ff747c61deba457fe76ee6 2,679 1.00/1.00 vMB 101
447,488 447,488 000000000000000003146f8a82a65a9b8762e499ba5c1711bded1ccd207fb1c1 965 0.36/1.00 vMB 136
447,487 447,487 00000000000000000064cf9b53aed12bedfcbe838a91d1e83165fbbe1ca01905 2,062 1.00/1.00 vMB 89
447,486 447,486 0000000000000000001427aab723b39f1ed97f556b57c6270a06739b826ebe3f 1,496 1.00/1.00 vMB 126
447,485 447,485 00000000000000000039f96bf6be251fe487fa2c4b02d1d6b7a5f7b2ff1484be 2,366 1.00/1.00 vMB 124
447,484 447,484 000000000000000002061d86b3089870857a7f1ed36370ae0b767587bbc1e9a5 1,819 0.99/1.00 vMB 26
447,483 447,483 00000000000000000232b5cbeb1a45267a245c418d76e3f2a714eac58d94fcf0 1,682 1.00/1.00 vMB 44
447,482 447,482 0000000000000000012b9199b9a835940058716e800d04d10ed7ee72f716522f 1,451 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.67 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: 674.50 GB
    • Received: 16.43 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.