Loading Tool

Explorer IconExplorer

Memory Pool

79,273 transactions
29.32 vMB
0.07271134 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt 4fd8a97aedd1dfaebc8dc70a456afb4129eb6e945fdec725970cf58f3e93f03a
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root a03c58882e72a1106704cfcc96306112dfa9cdb3da055fa096e44345c92fdabd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,405
Size: 1.00 vMB
Total Fees: 0.01316751 BTC
Feerates: 170.94 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (446,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,263 468,263 0000000000000000009151f72965c589c43041642e85af8f9978d62ccc3c498f 2,723 1.00/1.00 vMB 633
468,262 468,262 000000000000000000f6f40a7cfac6f4b2d92c17645ceffe800bd40632a43ace 4,051 1.00/1.00 vMB 118
468,261 468,261 000000000000000000e69ddadd27b052d0675fb169426626a905e97cbb31a66a 2,365 1.00/1.00 vMB 427
468,260 468,260 00000000000000000116f4fa4ee0fdc171011ef23d151829670c7a8a3a6f4ceb 1,989 1.00/1.00 vMB 332
468,259 468,259 00000000000000000141f26e4533ef909ee435aa90ed824fc681a671d29eea10 2,483 0.99/1.00 vMB 408
468,258 468,258 0000000000000000017573df26e79bbc86b4f3c3dfe5e1f6e427ea85bcb9cbb1 2,002 1.00/1.00 vMB 382
468,257 468,257 00000000000000000166ecdf305191c6ceb2f6c2daead7784d623b5438d2061e 2,157 1.00/1.00 vMB 402
468,256 468,256 000000000000000000ff3257259475a795b3b8eae1f8957db846f5077df3f6c7 2,876 1.00/1.00 vMB 464
468,255 468,255 000000000000000000c863c816966aa13fc5daf37a60b7a6bb615c30795db56d 1,996 1.00/1.00 vMB 311
468,254 468,254 00000000000000000099efb79d7b465e8be67ae5a436ac7d81a8862d7edf8121 2,152 0.99/1.00 vMB 465
468,253 468,253 000000000000000000c5300dbeb63e364813bac89d489e82906f1a3be2cf871f 2,367 1.00/1.00 vMB 240
468,252 468,252 00000000000000000133c82040deb8a468cc792a9f9dc1da6b1f9477972478a4 1,958 1.00/1.00 vMB 305
468,251 468,251 000000000000000000de1b3de8494f2748770cfbf29c077f0f2c049a06d08f31 2,299 1.00/1.00 vMB 362
468,250 468,250 000000000000000001b1114c1437e7827280d8bf78cff41ad352a9385e984230 1,797 1.00/1.00 vMB 325
468,249 468,249 0000000000000000008e4a25fcded781d298dab305f3f5ea6a161ea32ee90856 2,407 1.00/1.00 vMB 317
468,248 468,248 0000000000000000000ecb7bb9d55f16d60df78c815234bcd5c0619fd610a0e1 2,248 1.00/1.00 vMB 358
468,247 468,247 0000000000000000006f87c8b6c4a2bdb5b2d18631e29fbcae41739c6de1cd71 1,847 0.83/1.00 vMB 370
468,246 468,246 00000000000000000058952ba9ae6e76a3aa502a007c926e52c4e34e24c69b2b 1,557 1.00/1.00 vMB 357
468,245 468,245 00000000000000000144c1117f85af8a53c71dab73a76ccf3ba7ea9528e04cca 1,911 1.00/1.00 vMB 415
468,244 468,244 0000000000000000003537e0dbf3c9a39e2ecd7e9ec25a5465622eaa2500745b 2,050 1.00/1.00 vMB 411
468,243 468,243 000000000000000000ed7e67b46182d53e8a3d29fa9800070513f71b0289b7df 3,607 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

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