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 (752,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,981 160,981 0000000000000da443cc80274ef7262fad579b873936632380416e69201caec1 0.01 MB 25 358
160,980 160,980 00000000000009add1cf324017aeb2dbab8e0ca9186097040051f5dfbaa507de 0.02 MB 51 94
160,979 160,979 0000000000000d9c5f63d6cfa42683ec7228fb6ca83d647cc24fc0b178b28d91 0.00 MB 4 52
160,978 160,978 0000000000000d03503948a10b7f502593ab53491235b703c1c59234ebf5ebf0 0.01 MB 32 237
160,977 160,977 0000000000000b6247fe3ef89303b22554532315cc4fe39f59bd4c89ae828b8f 0.00 MB 9 0
160,976 160,976 0000000000000328cfdfa776d26cdfe16b39aa5fdaf3c61792a01a09156e04d0 0.05 MB 94 39
160,975 160,975 000000000000007a55fd7883cae34b953b4048466f278c6c35ad789fbe6bdf34 0.00 MB 7 135
160,974 160,974 00000000000007452ac64a60f48ef5414d1d26b8b4d204bf2d4bc311daf9af98 0.03 MB 17 120
160,973 160,973 000000000000073ef92e118ce14ca9463b3a8d7ff0eeda9552f068966e22c11c 0.03 MB 19 48
160,972 160,972 000000000000012405db5000361fa48a5b9535fa45746cd06391a5e75ffd2fc6 0.03 MB 13 9
160,971 160,971 0000000000000950c4185216f47afa977ec1bea4103ae3e1226ce7f1000a2a61 0.00 MB 8 395
160,970 160,970 00000000000000009fc1be63bb5ddcd5a689b1771c5997ad19e462c5a6af8647 0.01 MB 12 33
160,969 160,969 000000000000028f036532d2d7677664a40c4acae4181b82e41598613cccff4f 0.00 MB 8 45
160,968 160,968 0000000000000e202426051581431f769f6ea06ef5ca9e8cda909492bd26bab9 0.03 MB 80 116
160,967 160,967 000000000000051b22ebf11ee69483c43852e1297b526a58108e069925a7e9f8 0.02 MB 44 135
160,966 160,966 00000000000002184a635a94dd91e20f201f6c1de6defcbd37612028fbd284d9 0.02 MB 36 117
160,965 160,965 00000000000004154e92ad023caa877dde7c17cadfc1f1a04850cae150f826c7 0.04 MB 159 1
160,964 160,964 0000000000000c9778e526f74400dbd2bc971a4636660284fca486e484e048d2 0.05 MB 129 112
160,963 160,963 0000000000000dccbc539dc7b7feff2a807b4e3d01af7fd4dc110cd8991c9e7f 0.01 MB 13 21
160,962 160,962 0000000000000bebd5c014a5c1b1eefaaab56ca430714230d2781fe2d493c656 0.00 MB 14 57
160,961 160,961 0000000000000b53c4d0c27a2127904dc593f3774aab7a5597cbec01eb57427e 0.02 MB 54 111
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.