Loading Tool

Explorer IconExplorer

Memory Pool

88,396 transactions
32.20 vMB
0.13837426 BTC
Random Selection Loading Transactions
Max Size: 195.11/200 MB

Candidate Block

Mining Attempt 6ea38304abf60521db87e31f5fb42152c4ad1e0c62038a784c820e2a9a8d0c87
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 72a0f6137359e4e5cf58a2f18160c993bfc130183c34d1b439ff63150af5956c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,973
Size: 1.00 vMB
Total Fees: 0.05127869 BTC
Feerates: 101.65 > 5.14 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (477,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,357 437,357 000000000000000002afecc6e25943ea1738b840c1adfad1af7b83a1db52f694 2,358 1.00/1.00 vMB 118
437,356 437,356 0000000000000000001d02d63df009f3e678dc41e3bec54901101fac4cccacc6 2,309 1.00/1.00 vMB 98
437,355 437,355 000000000000000003ff13d0f3a3df347b567168db35de36599ee8c09724f197 1,749 0.75/1.00 vMB 58
437,354 437,354 0000000000000000029283e30812b216cd44ac64d8bebe2db4bf679448ddaf7e 2,707 1.00/1.00 vMB 52
437,353 437,353 00000000000000000015fc84e3d4a68263452a1ad6fd440b5bc84ab8058415de 2,260 1.00/1.00 vMB 85
437,352 437,352 0000000000000000005f1ddc673bd517b2239d5d59d6a9aa4a53aaca08686252 3,133 1.00/1.00 vMB 64
437,351 437,351 0000000000000000022f75380baa76284eace76e28c7f27d818968651c3dd5f3 3,195 1.00/1.00 vMB 64
437,350 437,350 000000000000000002939c66b986bcabb2229462c4fc5e31656685acd010c7bf 2,709 1.00/1.00 vMB 83
437,349 437,349 000000000000000000865a2309264574f6417c15c46f039f801eaab2e8ba2892 2,332 1.00/1.00 vMB 77
437,348 437,348 000000000000000002ec3faa4a6f6543255ea45c72f9be7524449f5736a8fa4b 2,384 1.00/1.00 vMB 108
437,347 437,347 000000000000000000ef139d75167babdc08a1a6beb84b4c3bc82345c593a35b 1,958 0.75/1.00 vMB 94
437,346 437,346 000000000000000003ffdf49052de666df06a6a786ce94e3f9e0f7793c42f13a 2,602 1.00/1.00 vMB 135
437,345 437,345 00000000000000000205f86b544e70faf1d7236add02d251c762fa468b85b5e8 2,292 1.00/1.00 vMB 87
437,344 437,344 0000000000000000044a8093ec7abb2fbbac8d53f41eab4efe3f9e9f04e9be0d 2,611 1.00/1.00 vMB 93
437,343 437,343 000000000000000004076b8f057c2bdc32f755d70401e203d2d4875590163505 2,944 1.00/1.00 vMB 78
437,342 437,342 00000000000000000211515dc541a1c4efb0b1ede75abfb03d3de7172b746b89 2,563 1.00/1.00 vMB 75
437,341 437,341 000000000000000000eda559926c341e8b3e91edb8800549dc99c9b0e4bd6757 1,955 1.00/1.00 vMB 98
437,340 437,340 00000000000000000307a585d2442bd7661e87fddd27c349c662a4895ed29000 2,114 1.00/1.00 vMB 105
437,339 437,339 00000000000000000450d5b4ca3eea594b28c75b63c24d12380a7a5ae97d3763 2,889 1.00/1.00 vMB 58
437,338 437,338 000000000000000002982762f84bd28be38f6c18892075753322fec994e3fc80 2,292 1.00/1.00 vMB 78
437,337 437,337 0000000000000000016821834f743e0bf36a87930d8245ccddfa16cd959d1a7a 2,823 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.52 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.91 GB
    • Received: 15.64 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.