Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
19.02 vMB
0.04322305 BTC
Random Selection Loading Transactions
Max Size: 105.22/200 MB

Candidate Block

Mining Attempt e9e2ad624e9ba2de05814ec280c9e55f9a8963e1ed08dd85cdbee3d1900a33ae
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root 04cd5ae0df14ff93f46eeedd57da6296363f1369e80e300bed9e6345d2f2e10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,670
Size: 1.00 vMB
Total Fees: 0.00676919 BTC
Feerates: 139.41 > 0.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (783,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,457 130,457 0000000000001a9257dc975a7b14f28440d048b3ea058006484e638ec8055c8c 38 0.02/1.00 vMB 941
130,456 130,456 00000000000010ddd20f5bb81f9491754c0757fa3a6867c39a6c070e6a16b8e5 60 0.03/1.00 vMB 886
130,455 130,455 000000000000023b05926712b8d9d7e2250c5a82e67f275b46a6c10f1a1b4dc7 175 0.05/1.00 vMB 36
130,454 130,454 00000000000010597ffba04da22a41152f4cb8877fa1d4d1156683a06e03df56 143 0.09/1.00 vMB 1,088
130,453 130,453 00000000000004817a486b04eec19194f232761fdc27df8aab0319fcf74e3d97 79 0.05/1.00 vMB 445
130,452 130,452 0000000000000dc3998b2615c2a1754dd38eda2ab80624e9562873c5b20a4713 66 0.02/1.00 vMB 107
130,451 130,451 0000000000000476fd204dfaf80c1f09c1a116b7172bf13dee9101ef77066a65 34 0.01/1.00 vMB 1,117
130,450 130,450 00000000000017118cf5b97962e05f9d319f80a0a3a214998a08b4b9adf942d3 69 0.03/1.00 vMB 895
130,449 130,449 0000000000001a6a5fc2084791e17a11f2acc200c8cc392fbb5baea0ff91b0c6 54 0.02/1.00 vMB 1,142
130,448 130,448 000000000000151b4b3075001a12f729ad9387eef604870c691876796d9f8805 38 0.01/1.00 vMB 234
130,447 130,447 0000000000001a020655b9a46eae0e5db63a4cdf276afe2c33fbfa1b5c822f30 9 0.00/1.00 vMB 633
130,446 130,446 000000000000184033c6b0766ec3a17bc46b15cc8712e40e84ab3146d0830717 9 0.01/1.00 vMB 1,020
130,445 130,445 0000000000001c8e78bdf3dc57a4a582d6353ca3dedb3f920e6dcbf11c358f56 131 0.05/1.00 vMB 245
130,444 130,444 00000000000019ce9844af0ec9cf64e29b616777edde6df07b56a8e7e8807ec7 97 0.05/1.00 vMB 1,242
130,443 130,443 00000000000003bcb7056f61c72fb9e4657a117285055b8d2eae943478c28155 20 0.01/1.00 vMB 429
130,442 130,442 00000000000008d6734e4e066be9849d09d4be147271747491680a5fc150fd41 74 0.03/1.00 vMB 256
130,441 130,441 0000000000000c63d1e59eb74bc9a4348243395ba03eda413acf45fadbe57d58 89 0.05/1.00 vMB 797
130,440 130,440 0000000000001353aab250d0271be31550211a72cc6e5672a711dbc97b4f8a2f 56 0.02/1.00 vMB 47
130,439 130,439 0000000000000d18a2f167891e94e1eaadc15b42201873c6a562230dadd3f791 8 0.00/1.00 vMB 0
130,438 130,438 0000000000000aaeec1da8a1bd1f9bced5ce97525312071ada185190ea6bf491 30 0.01/1.00 vMB 1,196
130,437 130,437 000000000000123a2c57cfe20392727e295d77f3a16011ef00e60b594d9c22ac 3 0.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 780.53 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: 535.67 GB
    • Received: 5.92 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.