Loading Tool

Explorer IconExplorer

Memory Pool

82,424 transactions
30.71 vMB
0.08133194 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt 41ebf7feeea6e7badb887198411e369bb1cf5ed31dba8bfa84e8f817a93ad9ab
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 2d8aee37eb4adbd3ac68fc03e7f2659f426e0e8465c86b6210b625d23a661473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.01255725 BTC
Feerates: 353.36 > 1.26 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (95,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,521 819,521 000000000000000000025de48e5d8b94fb0fe6b21c9a99d60e7bfc976a120c59 4,143 1.00/1.00 vMB 80
819,520 819,520 00000000000000000002a167d9e03bf0b04b1fbd32d026fb2e650462aa4fedaa 5,783 1.00/1.00 vMB 75
819,519 819,519 0000000000000000000237510ec0da2e60d9e8668fbcff784c7d98dcfb265c24 4,449 1.00/1.00 vMB 79
819,518 819,518 00000000000000000003cda6dc4ab29b51c92fcf95defc303f1ade11f9f0999b 5,656 1.00/1.00 vMB 81
819,517 819,517 000000000000000000000e710df8d3729c261808e8a25206fdad9cd65ecf00e7 6,766 1.00/1.00 vMB 79
819,516 819,516 00000000000000000002a950fdcf7c9d1575a2d516a1899644267e2ea56994e8 4,257 1.00/1.00 vMB 82
819,515 819,515 00000000000000000003aa8a7e3187f5422a40696d0369129610a95cbe68a02f 4,264 1.00/1.00 vMB 89
819,514 819,514 00000000000000000000adefb57291d15331c8ce05aa40f71eec6e661541faa4 5,232 1.00/1.00 vMB 90
819,513 819,513 00000000000000000002413fb556772cad7eca9916a41a48d451b79210468d54 4,741 1.00/1.00 vMB 89
819,512 819,512 00000000000000000002313fba220a85adb5cb611c2fca6de906baddc3889e43 4,875 1.00/1.00 vMB 83
819,511 819,511 00000000000000000000daf517924f472fa3832b3707f981ca3d4fe1010d8c94 4,632 1.00/1.00 vMB 89
819,510 819,510 00000000000000000002b9be3fbf47c13f12e47cace8a6bb0a0d6993a257ac0f 4,570 1.00/1.00 vMB 88
819,509 819,509 00000000000000000001269316a96fe642bcdacc5f5a30dc2ad91e218744576b 6,059 1.00/1.00 vMB 88
819,508 819,508 000000000000000000003956eba23fcd06727d78d46a7c8e35449014fcfc9495 3,315 1.00/1.00 vMB 82
819,507 819,507 00000000000000000001460fff88ec691729d104e3191ee6e70aed3e55e9ba96 2,478 1.00/1.00 vMB 65
819,506 819,506 0000000000000000000015cb172936cfd47edaa89acdc5bbf5b88c63a4bc6946 6,414 1.00/1.00 vMB 84
819,505 819,505 00000000000000000001b199eab7be6263e6db9d467676cdc077e38bd1c37cbb 3,171 1.00/1.00 vMB 78
819,504 819,504 00000000000000000001e37b13c451107b7c90856eeba2f1cee910e3c7f14484 3,111 1.00/1.00 vMB 91
819,503 819,503 000000000000000000028b4b48e6b241539789f0bda6123e0252ebbc54d59974 4,238 1.00/1.00 vMB 75
819,502 819,502 000000000000000000022fcd463d33ee7135936b204b0230c9a678eafef24934 3,230 1.00/1.00 vMB 86
819,501 819,501 0000000000000000000396211b4bfb1e5b89b17812362f9e899eba51b3c59b58 6,093 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.