Loading Tool

Explorer IconExplorer

Memory Pool

11,915 transactions
6.84 vMB
0.02313412 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.21/200 MB

Candidate Block

Mining Attempt 92a4db30068ea5c478d933a984af29e13a3c7b26efa14ca7fe30847dd7db1d21
Version 20000000
Previous Block 0000000000000000000064d22f1bdfdfe2f6b46ad3a091b40b3a4b74f4efc0f9
Merkle Root ad172528a1048c49bea359833c6d7b6ba161007b1af2ef2daa7dc4abb5ac77a6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,173
Size: 1.00 vMB
Total Fees: 0.00985181 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,384 (751,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,668 161,668 0000000000000509c9d530595b852ddfa8da65fb8a2ffa37a7265456ea0bda66 38 0.02 vMB 156
161,667 161,667 0000000000000445f298ace55c6bee40a25cb242075d360929349a31abb9a870 34 0.02 vMB 45
161,666 161,666 0000000000000cdbc67a243467da0284fc540966aa998bfc2f8fe4ac127096e6 7 0.00 vMB 355
161,665 161,665 0000000000000bd8a30804707a7f66331c0f58c69b0e0088a76d611a6e39dbb1 18 0.01 vMB 70
161,664 161,664 00000000000009471c9351408a3666bb33946627a603c0dab4e834684b83d788 101 0.05 vMB 55
161,663 161,663 000000000000045daec6799ac04b142a6219e8f29dbd9ae68bff741307484657 32 0.01 vMB 144
161,662 161,662 0000000000000a8187eaf8903ca53065b5f9a928313309442043744fd5f11e80 66 0.03 vMB 243
161,661 161,661 000000000000079224582522cd52a7e3fe2274b46fa9ccc47dd95363d7b787d6 150 0.16 vMB 154
161,660 161,660 0000000000000a58dda8ff93f77cdf33fc8798facd810e9a711024606ecf2f91 84 0.05 vMB 55
161,659 161,659 0000000000000af850daab0ff36f47823890ff4006a0944883f43b48ed6f78f3 1 0.00 vMB 0
161,658 161,658 00000000000004e6da4828dfa9a9424505c4faff4f4fcb8042c6a0f46b12dc43 72 0.03 vMB 119
161,657 161,657 00000000000009996551c6e11cfd0266d26dbb074a8267d31318a63cdeb30bb7 58 0.05 vMB 235
161,656 161,656 0000000000000a5d6d9b2543fea5a3f7d1d1119e81e198bbc797aad787d5bd91 26 0.01 vMB 32
161,655 161,655 000000000000022dcbbf4fca41718d5dd1f0f54ab0657a609a98b66192512917 41 0.10 vMB 83
161,654 161,654 0000000000000c580e97ae2c720c009c9e42f2c59ce24e1680ccbb7c74e15b8b 48 0.02 vMB 65
161,653 161,653 0000000000000509543df7cb64b6a50faa348788b10567c9c22ebdf86b854229 76 0.03 vMB 141
161,652 161,652 00000000000009e5098566c7f1d34946898cc4c51e019dedeed373fe8229a12e 113 0.05 vMB 241
161,651 161,651 000000000000072ca942d33db8024fe49f50075ac75f0707888f9b40fee520de 1 0.00 vMB 0
161,650 161,650 000000000000015e4c6aa3d2565e12f66a3b30e4db199deade76c378a3360b55 29 0.01 vMB 114
161,649 161,649 000000000000062178c598aadfcfc8f582d66ffdd936047229ecbcd3b40367b7 15 0.00 vMB 67
161,648 161,648 00000000000000eac6ca0fb078a8c32c5f3c930ae09f43d616401732af33fe53 77 0.03 vMB 167
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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