Loading Tool

Explorer IconExplorer

Memory Pool

90,367 transactions
33.15 vMB
0.16252810 BTC
Random Selection Loading Transactions
Max Size: 199.85/200 MB

Candidate Block

Mining Attempt 8f3718e192d0fc1bce76d9663348735e91dcf9f76a6e4ccc4b8eae6d930185dd
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c2782ba0dfa192d1c5ff74a0caa8a605d84238d20b4866a570395fddb83fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.06291918 BTC
Feerates: 627.82 > 6.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (316,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,445 598,445 0000000000000000000b0c0127dbba528456163c98a314d856676da5c51c0e23 1,739 1.00/1.00 vMB 18
598,444 598,444 000000000000000000102e2a3b6abb8c3f3ba23fdf32e89f156170e977c22e89 2,056 0.72/1.00 vMB 24
598,443 598,443 000000000000000000154a9ba3ce435b9d15c7ee6e4ed28a9b1546570f1602fa 2,395 1.00/1.00 vMB 6
598,442 598,442 00000000000000000001d7f050d00141d5107d567f321bbbf8a15dd78f306c13 1,674 1.00/1.00 vMB 8
598,441 598,441 0000000000000000000bda267d345a09a1d829fd27c81a7ddc655d836f261215 1,616 1.00/1.00 vMB 12
598,440 598,440 0000000000000000000fe8b772c096f551333734ccd4b16ab670480fd3dd12a6 1,454 1.00/1.00 vMB 13
598,439 598,439 0000000000000000000c48935c38feb10f9fd79d4d921c27f435986784cfeec7 1,575 1.00/1.00 vMB 7
598,438 598,438 0000000000000000000e1700f72ad2205224ccad53140a476a162da406da4bc2 2,654 1.00/1.00 vMB 18
598,437 598,437 00000000000000000015858405c14189ff6411b4ea7bfcfa2719d5e1e50b327d 2,690 1.00/1.00 vMB 16
598,436 598,436 000000000000000000035bdb481d2f89486d94747fd4d8be7e5e091a7aead7b1 3,056 1.00/1.00 vMB 24
598,435 598,435 0000000000000000000ea11d824477ece6aa437f02f098f657fc1858061c0d7c 2,413 1.00/1.00 vMB 33
598,434 598,434 00000000000000000003910fc16148b2550104cc5f45bc473ce36e25b1ecd537 2,484 1.00/1.00 vMB 11
598,433 598,433 00000000000000000004f775192923d2d6844d02c8bba6c6f88ddb5805d4bf05 2,912 1.00/1.00 vMB 11
598,432 598,432 00000000000000000002a513caa9d5d22dfc8a6edef405e9f7de94dfae9f4292 2,818 1.00/1.00 vMB 6
598,431 598,431 0000000000000000000c566e89a97daa2daae07378c5663f1942ba85fec505a2 2,479 1.00/1.00 vMB 15
598,430 598,430 00000000000000000013462c32f969e3f62480966cb4b7da6e20d0f4ad85484f 3,019 1.00/1.00 vMB 30
598,429 598,429 0000000000000000000deb23482ca6b26a2a370d09bbc893599fe724ef19a08c 2,968 1.00/1.00 vMB 34
598,428 598,428 0000000000000000000e099acd8ce069a62a0e6ab2dd58b984847eb5f48e4fa3 2,469 1.00/1.00 vMB 9
598,427 598,427 0000000000000000000b1a11b7b3fca013f5cde3297f59858cc26899df3420d7 2,259 1.00/1.00 vMB 29
598,426 598,426 00000000000000000004accdef24da36b8f72d5b3f3b9ba1e794dbaae9a747a2 2,852 1.00/1.00 vMB 31
598,425 598,425 0000000000000000000b38ce76fa79645cb337247b87557308c238d4bb403dbf 2,788 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.