Loading Tool

Explorer IconExplorer

Memory Pool

30,437 transactions
17.98 vMB
0.04353326 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.58/200 MB

Candidate Block

Mining Attempt 173482a479eb1f5d95fece8d2aaf0131ed723c6d8b0dd18036274601dde3040c
Version 20000000
Previous Block 00000000000000000001947b38074da3ceb25843f57db9fcbda979a19d94bbc9
Merkle Root b8c566d5fe50e7049b2b17de6a001bb49b895198bfe3996428f60fa461117df8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,460
Size: 0.99794875 1.00 vMB
Total Fees: 0.01037810 BTC
Feerates: 219.58 > 1.04 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,863 (747,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,139 166,139 00000000000005b0063fc9435be1cb5b84a247761d79d4d2cbd7db2f847b960f 33 0.02/1.00 vMB 68
166,138 166,138 000000000000081f51a07302f9be8d19987522b9d5f4b1bcf0fdd3f022de8217 56 0.02/1.00 vMB 102
166,137 166,137 0000000000000b91dd8501e9504869624a64019ecec87de0433aad6fa6912d31 8 0.00/1.00 vMB 393
166,136 166,136 000000000000046cd885c0274bfe646a7ea12214c23c90b749feddbf9e1a3ffd 31 0.02/1.00 vMB 186
166,135 166,135 0000000000000bfe27467e66641b09dd77213555dec6560e7834db05c7139f23 2 0.00/1.00 vMB 4
166,134 166,134 000000000000016fd858020e5e0e9329cd9895ad1e111bc3abdb4d9419a2c387 12 0.01/1.00 vMB 322
166,133 166,133 00000000000006e065a5e374abdec28a081e81da93ece18376c7939776ced620 1 0.00/1.00 vMB 0
166,132 166,132 000000000000038c29f1f9e5910a542bc96282f01aa3e786c05f99fc2625641a 69 0.03/1.00 vMB 111
166,131 166,131 0000000000000b2a376ef06e720ea4a09d4e36d056409ca3724121135d54252e 75 0.04/1.00 vMB 164
166,130 166,130 0000000000000bef76aabb559c0a82502777e99250f6509b804e2fe3efdf3888 6 0.00/1.00 vMB 42
166,129 166,129 000000000000085221bbdcd946fb26e0edbd67e390a2c8969a133fa3c0f33fe8 72 0.04/1.00 vMB 73
166,128 166,128 000000000000017a3f35143928297ba43ed6dd87d760331289bb79db36c6bca4 115 0.07/1.00 vMB 139
166,127 166,127 00000000000007262376413d0b7036fd91ea72063863a669d26bbf9f1c9f9b48 59 0.03/1.00 vMB 164
166,126 166,126 00000000000008f975c00a5434cc52df2e6f3223eba57014cc49a39adffb4106 52 0.03/1.00 vMB 350
166,125 166,125 00000000000004e7bf27aa6f5b2f55c61b1818488835ecbe583abee9c8f6a7b3 110 0.04/1.00 vMB 15
166,124 166,124 00000000000004f486671cc12fb08239a5f30e2467c28bc3dec1e4e68bb71533 110 0.06/1.00 vMB 77
166,123 166,123 00000000000008f9727971e783165d2295042ae0619eb9161c8f9a1479961e0d 11 0.00/1.00 vMB 287
166,122 166,122 000000000000004d42c7307f2a6ef951859df343037ddad758980f8b1ae5e802 22 0.01/1.00 vMB 26
166,121 166,121 00000000000003ab3c126884c39f9bbe08e9384899ddf4ad9f2f36507db6d5c0 127 0.06/1.00 vMB 74
166,120 166,120 00000000000004ed33e9b1a7f332fa34dadfb48ff45a5785a6a39ade39e8597e 16 0.01/1.00 vMB 1,626
166,119 166,119 00000000000003fb28774f5685fc75809c78279ff51f407453a8395f8748677d 172 0.06/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 780.37 GB

Node Details:

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