Loading Tool

Explorer IconExplorer

Memory Pool

42,653 transactions
26.22 vMB
0.05704644 BTC
Random Selection Loading Transactions
Max Size: 137.66/200 MB

Candidate Block

Mining Attempt 1783ba8046b106f72a2bb6049cfd553ff3c0792bea345be0c9518e78b41d3fbf
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 31e1d6160ded66c90f7a08381c054e7e95786247a7f585e7aaf45429df0a7ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,596
Size: 1.00 vMB
Total Fees: 0.00921275 BTC
Feerates: 121.00 > 0.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (516,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,438 398,438 0000000000000000013d75f237142c8d965c71edd32ea08c96b3236b10a6f5a8 2,690 1.00/1.00 vMB 60
398,437 398,437 0000000000000000012386b1208b1ad5df38b91ca16ebd44bbccbaeef0a1c482 1,297 0.75/1.00 vMB 33
398,436 398,436 000000000000000001723daff587273762401563c196d04d0bf6b187dbff3cf0 680 0.47/1.00 vMB 30
398,435 398,435 00000000000000000518503e99cf4b5d09e2f234ae0c28140fba867c1f7879b7 1,694 0.99/1.00 vMB 35
398,434 398,434 0000000000000000048567b3c12142c41c31acf318a91b6ab71b1dfcda0ca9f5 2,284 1.00/1.00 vMB 43
398,433 398,433 000000000000000002f299a222862e9c3f1109d3967247963162ea721df3912c 353 0.18/1.00 vMB 35
398,432 398,432 00000000000000000250a7bf226bf7d6f082636018759c0421dbc86f431e0801 446 0.25/1.00 vMB 33
398,431 398,431 0000000000000000001654c8886ec1c6c67077d19f8f0a5ecbd7a6224d26a1fd 756 0.39/1.00 vMB 32
398,430 398,430 0000000000000000027a6d8e1706432029d2c6cc3a6a913c19803f474d85a2ee 711 0.37/1.00 vMB 37
398,429 398,429 000000000000000007834777494646165d8de6bafd0059fcbdd2bad2c8fcf9f9 1,334 0.69/1.00 vMB 34
398,428 398,428 0000000000000000059d0e749c5c8955a35f20c17679d3dd1ede7c8cc578d700 709 0.99/1.00 vMB 14
398,427 398,427 000000000000000004e83d47f412a272d1d06c36e55e407e06f7d3289d267898 1,873 0.98/1.00 vMB 35
398,426 398,426 000000000000000001d2f47ef15ce373e2d0b5613d94f62a73d1b7c66fa4b8cb 1 0.00/1.00 vMB 0
398,425 398,425 000000000000000000879412632e423c5da172c13564cd77fe8fbb274bafcaf1 529 0.26/1.00 vMB 38
398,424 398,424 0000000000000000041822bf7f83e7992d213e5905898b446d334e997154cc49 627 0.49/1.00 vMB 31
398,423 398,423 0000000000000000028e18fdf2e1be64a8bdbe1c9a18b7b99b4e5484ad2beb72 411 0.24/1.00 vMB 30
398,422 398,422 0000000000000000017187d3c273612b4eb546336808c0d893792a21f063ecd0 581 0.39/1.00 vMB 29
398,421 398,421 0000000000000000017e07047c01a8bbebfa549965bc4af5b724ce5d5c2e873f 1,104 0.64/1.00 vMB 32
398,420 398,420 0000000000000000078e2c924992de24efc2e97e8ee33090f477ecc32ec3c414 1,277 0.73/1.00 vMB 34
398,419 398,419 0000000000000000019f0fef4c9d4fb2c51f689472ab3a4fced45f02bfa9d133 873 0.67/1.00 vMB 22
398,418 398,418 0000000000000000078a3ddf37d3a127a99ff9ed1e3d90b0460f22879e58aab0 2,547 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 647.52 GB
    • Received: 12.95 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.