Loading Tool

Explorer IconExplorer

Memory Pool

28,592 transactions
8.18 vMB
0.08226890 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.01/200 MB

Candidate Block

Mining Attempt ef41725354cb3beb084c31c32842f0aafe381cf9be5017ab3e58be761cc48b63
Version 20000000
Previous Block 00000000000000000000462d480322cf9b5bbf8833c1eecd2f438a0f423bde5c
Merkle Root 1650771a6be1f1f85556ccf44b70bb468a586e883e88ab477c5a7bdd6020264c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.03359007 BTC
Median Feerate: 3.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,187 (756,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,518 156,518 000000000000037d4e9c02a28ffa4a8b0e6c1f6d9aafea11d089f0f9ab605aa6 0.05 MB 81 196
156,517 156,517 0000000000000a6aaf70dd994dae422a96b68852423e0eea51734a7dcb8244ce 0.03 MB 34 30
156,516 156,516 000000000000007488544e4f8c777e91aad6c2b0e769e6dafe9ec8b7b2340287 0.00 MB 7 23
156,515 156,515 0000000000000ceb0aa13319ecb49335c24f9ca5052517efe47303a55db458e0 0.00 MB 10 56
156,514 156,514 000000000000011a1bc4d33a9a3c2b3b99a4e4a9c9da8087b7335418f75a65e2 0.01 MB 22 61
156,513 156,513 00000000000001b10dbf18a78871b056cd7976e87841461622f8bd6db415a94b 0.01 MB 28 237
156,512 156,512 00000000000008cabe24504e68345d70a7b0e327f37650185360d4c7c012a1a1 0.04 MB 75 17
156,511 156,511 0000000000000cec4b1092db2a882894d45ca33c9136ad13031296ee54b7923e 0.05 MB 146 144
156,510 156,510 0000000000000ad68171ba9ae4a75f99943a9fcceaa62f1c0f392d8d5906d29b 0.00 MB 13 0
156,509 156,509 0000000000000f4bd895b218e4ce99a5105240d227823150f6e2022c31870461 0.02 MB 47 98
156,508 156,508 0000000000000c1b16e333f4f66fe0618f4fa5457390de7b7f130b256a921658 0.01 MB 20 0
156,507 156,507 0000000000000cb8ca80cac4d96b9b7277965db6a4f635b67b1b3153ea6f22af 0.02 MB 55 88
156,506 156,506 0000000000000dc7604e917b379644bdc7e5eabd4df4d261e62f2f7323ac4ab5 0.02 MB 44 94
156,505 156,505 0000000000000ade25e3567d0fe234edf91f966a15ea99b4434f160de89ea7e5 0.01 MB 17 72
156,504 156,504 00000000000000975912aab6b16e175508fa02a6f6cbd1fe648f6f9dbbef7b62 0.03 MB 85 1,960
156,503 156,503 00000000000007169e562472fb20f0e940fc2b17b8aa27be620c49f0da3abc14 0.00 MB 11 17
156,502 156,502 00000000000004416a2b6aca91b316b3596687f49c22a73f8046c669ed3d616e 0.00 MB 10 15
156,501 156,501 00000000000003c0c9011fc0195cc875799fe7a75e83ced5dbdc5bf4265c885e 0.01 MB 23 1,728
156,500 156,500 0000000000000455776c672951c51dd7cb482f0b27b9ea35737dc8f540b47daa 0.01 MB 26 112
156,499 156,499 00000000000004de93775a4123b6daced74af04843f0051f5475eb41f0121426 0.02 MB 61 98
156,498 156,498 0000000000000e9bbd6210bbf539cbbb03ecd6df293554599aeb224f83ae43f6 0.05 MB 89 138
Previous 10 blocks ↓
Total Size: 779.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.87 GB
    • Received: 0.24 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.