Loading Tool

Explorer IconExplorer

Memory Pool

88,698 transactions
23.35 vMB
0.06099167 BTC
Random Selection Loading Transactions
Max Size: 158.96/200 MB

Candidate Block

Mining Attempt 4422f081c951c8598776a53db2b73a256e638b7faf97f857b59913ab0cce4150
Version 20000000
Previous Block 00000000000000000001514719dda3c2828e997a34f8831acf4de951286987c6
Merkle Root 500ee26adadc2cb9e82f0947e966806855942280364141f37baad833058875fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,909
Size: 1.00 vMB
Total Fees: 0.00876572 BTC
Feerates: 200.36 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,850 (844,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,352 71,352 0000000000f012b4f960c54a4637f7e6f25650fa9a72ec74c4fa3251b6336ce9 1 0.00/1.00 vMB 0
71,351 71,351 0000000000936199e02d88c25da6d78dd613ace533f568a1fd2394c378a03f0e 1 0.00/1.00 vMB 0
71,350 71,350 0000000000d52b26ed0eea76b28de1ef8319c375e5644bbe851b5206ecb1b3d6 1 0.00/1.00 vMB 0
71,349 71,349 0000000000d67b5521722e4b947d8b1f7f898e59d041c5c7c767db487b2bcb66 4 0.02/1.00 vMB 61
71,348 71,348 00000000008d7702f749e1266060142536b124ca89b28e56e8964277f40eeff3 3 0.00/1.00 vMB 0
71,347 71,347 00000000001130baf2cbf6531c7adae88e6a2867b4d4e5d5955bc70de423795e 1 0.00/1.00 vMB 0
71,346 71,346 00000000010b0f4000b8e65a9cc1f1759ba075c5fe92244ef4f32fb02c8d34b5 2 0.00/1.00 vMB 0
71,345 71,345 0000000000904b94f285c0f39b892d6e0547f28260399584a35f219b0feca417 1 0.00/1.00 vMB 0
71,344 71,344 0000000000043192ecf38afbb39a90919947bb6df25e377cb00a68c821c94e81 1 0.00/1.00 vMB 0
71,343 71,343 0000000000cc70e130a71be5984235231cc2dfa51848d87297598bd4b6751e17 4 0.00/1.00 vMB 1,416
71,342 71,342 0000000000ff3700ab73ec531f8754340385e634fc355919d370c49c375b66ab 1 0.00/1.00 vMB 0
71,341 71,341 0000000000b25be14c4ae638c8fe68010e92e3e86a9d0f739449aeb8f738a041 1 0.00/1.00 vMB 0
71,340 71,340 0000000000b7903330ab1b67ba12557774c5ae6e45fc8f41f7b068f69e64a59d 3 0.00/1.00 vMB 1,941
71,339 71,339 00000000009380a801b70d086c3984bc1b5bef1204d73427db4f986740baa818 1 0.00/1.00 vMB 0
71,338 71,338 000000000099c70b467613d5bc6d8148c8fcdacdc61b6d2afee3e9a83c5d4c54 2 0.00/1.00 vMB 3,891
71,337 71,337 00000000001c094461c9cd089e58e260a9afc95b29aa41b53f36808d3704baf5 3 0.00/1.00 vMB 3,875
71,336 71,336 000000000101ffe60b9838c5f2768dcdfe0e083da850866608f9042dcc54e4f7 2 0.00/1.00 vMB 3,891
71,335 71,335 000000000085afac0d85954ce4b7eea2663068eea94978a836ed9d05eec10b21 2 0.00/1.00 vMB 3,891
71,334 71,334 00000000010b04a74c53b38e49f57a7b82ab4abe65cb296d94160c020ef351a5 2 0.00/1.00 vMB 0
71,333 71,333 00000000001d0a276f6712909be6ee271451a4a12142afae01c73aea9ed0553a 1 0.00/1.00 vMB 0
71,332 71,332 000000000022fedb836809348b972d55a67640c8ff3a99403fa2039dc62a9f3f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.84 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: 793.05 GB
    • Received: 21.95 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.