Loading Tool

Explorer IconExplorer

Memory Pool

39,371 transactions
16.06 vMB
0.13319131 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 91.28/200 MB

Candidate Block

Mining Attempt 4b519fee3fabdbb222a1b6550fe5c567566ad91623d332781ddc87d327771a54
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ef26a8864cfa5fd88f7c4c365921a6a1c80b5f5248107b282624409ede2207bb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.05877472 BTC
Median Feerate: 4.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (746,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,033 167,033 000000000000099755110feb761a1281c771faaa0d566140f40831435bd84b01 27 0.01 vMB 120
167,032 167,032 00000000000005019f89981de8aeb3cfefb7f0a7b030191cac0ce8b2df69c6ae 176 0.05 vMB 19
167,031 167,031 0000000000000b1470f4371455b700bd5dc124ffa35ec6bbb51210d66fc98305 1 0.00 vMB 0
167,030 167,030 000000000000076435a29b8f0b3bf5b3ca1235209865496c944fde8dc8772d66 115 0.05 vMB 86
167,029 167,029 0000000000000a2e3d7051f9ae94dfb28b7ed718a02f3bba10406f207c349503 182 0.06 vMB 118
167,028 167,028 0000000000000bbe64a8a38527769aed94cd3e52d02aef100f9f0a3584e535e6 12 0.00 vMB 30
167,027 167,027 00000000000009e0235fdb721d8ebf3ee283b92910f7877359cfbad23f49adb4 104 0.05 vMB 109
167,026 167,026 000000000000037d185dff391d84573628306b4d0b42bca8260080238f2c2ee4 63 0.03 vMB 31
167,025 167,025 0000000000000108297edf4c8da0d9b129dc177207e017f5238a988345d41b3b 85 0.03 vMB 68
167,024 167,024 000000000000081c9dd4b4496e45f65b438d6b647a00a7d1e60029a8d4e7c17c 94 0.05 vMB 72
167,023 167,023 00000000000000ba6b95017028aaca26e96bf56f36a92dba6b466a04b5e64fa4 99 0.05 vMB 117
167,022 167,022 0000000000000c20e2c341bfc55576f9f890d05018090b656da14580d1a30b77 84 0.04 vMB 108
167,021 167,021 0000000000000b455e515f055f10f68110e88482e6f5636044fd327068a7852d 10 0.00 vMB 970
167,020 167,020 0000000000000c118eec58111a1dbf50d90c98f745e0547022144360b578e091 32 0.01 vMB 110
167,019 167,019 0000000000000575370f312dd211bd0cc19aede69351f425cad69162b1ffb4b4 57 0.05 vMB 303
167,018 167,018 000000000000061be5340efc72d256b4d9b927082a351322e85cebe9259a9945 35 0.01 vMB 92
167,017 167,017 00000000000003ef45e1453a466084281282d496e4ba58e182f11ada79a3efd6 15 0.00 vMB 232
167,016 167,016 000000000000064eb06a0d0e2fd500b38e85fd7e30660c64a1a271e091235641 121 0.05 vMB 15
167,015 167,015 0000000000000177339f80fda120ad7aaa0d49d7ee66885ae4e4e6f748b65144 22 0.10 vMB 946
167,014 167,014 0000000000000719b4323c5fa6398125bea463c503039dea6b7a13ffa6f97d38 129 0.05 vMB 57
167,013 167,013 00000000000004b5ed65d7d423501cc085a913e3767354d932445ed4e02808d9 87 0.03 vMB 199
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 11
  • Data Transfer:
    • Sent: 150.99 GB
    • Received: 0.61 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.