Loading Tool

Explorer IconExplorer

Memory Pool

81,005 transactions
29.69 vMB
0.12581484 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt b477e995a7fe402ee34d850dc759fa22bb2ecf072f2eb648661fa09ad9dc6019
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f02b00e5dc18b82aea7ad6e9ac002c93fb91ed9f724915c657f9922009773cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.05976793 BTC
Feerates: 151.07 > 5.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (477,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,361 437,361 0000000000000000016abb19dbedaa0672c53d1f5a45f787945f06e29292d347 2,749 1.00/1.00 vMB 103
437,360 437,360 00000000000000000189f0bb849304308cb32a75faedf8e508334754fb2eaeb6 2,679 1.00/1.00 vMB 87
437,359 437,359 000000000000000004444f50c70037bbe0a0a7a32dab51b16239a70331184a5c 2,499 1.00/1.00 vMB 59
437,358 437,358 0000000000000000032c63ac7aac5730590147cf3be8dc71fba6a799ac4e4ccf 2,607 1.00/1.00 vMB 66
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.