Loading Tool

Explorer IconExplorer

Memory Pool

80,718 transactions
29.77 vMB
0.09650664 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt f31f72233c9391785d28fbaebafb53704a87fa9da042d6d3b242c8b93025fb2c
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 7a5ca80726a1c33919b671350853c71e83cbc507b658d9e1dab3437ec9fd9513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.03229661 BTC
Feerates: 502.67 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (232,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,484 682,484 0000000000000000000ad7a0fa57e31ceed95f7fc8389fc9201d67b9fca4e106 1,081 1.00/1.00 vMB 18
682,483 682,483 000000000000000000045cc819798677b58ccb3ac3f6df9576be10b7d754aecc 2,242 1.00/1.00 vMB 70
682,482 682,482 000000000000000000019d9af7a88b98bf6ed0fcfd582e002637755ce29f331b 118 1.00/1.00 vMB 6
682,481 682,481 000000000000000000045887528e6ba96376ede0c88a716175a2fbdc011f26cf 2,234 1.00/1.00 vMB 77
682,480 682,480 0000000000000000000da679b7e6e9cfb49332061b99b05c3d562307355e59c5 760 1.00/1.00 vMB 20
682,479 682,479 000000000000000000044c533b8c111f48fbf10394f9098da88128bac101b1d8 2,182 1.00/1.00 vMB 36
682,478 682,478 000000000000000000070ae2d8667e86caf1cfb7af1f20009da22224a5f562d1 1,094 1.00/1.00 vMB 93
682,477 682,477 000000000000000000050063e7c9395d90a6b3c70e825c5e62395df6e60baed0 969 1.00/1.00 vMB 94
682,476 682,476 00000000000000000003bd7986f0594acf7f85bfaf0057fe9e4721e3ce0b42f6 1,082 1.00/1.00 vMB 34
682,475 682,475 0000000000000000000995c91af65aaa9a53f6ff0447c28d130ea91ab3a2cf17 1,606 1.00/1.00 vMB 44
682,474 682,474 0000000000000000000d52fdfdcc9b71b021596c7682daab4b18030f87c744b5 370 1.00/1.00 vMB 10
682,473 682,473 000000000000000000047312bccb83c59f0136f90658927b84a3113f1745a0c6 375 1.00/1.00 vMB 10
682,472 682,472 00000000000000000004c51e9fb3f1d31a375e1aa443dcd445bfc3f6609a506d 1,405 1.00/1.00 vMB 46
682,471 682,471 000000000000000000031d059c7ece4df76ad6a69fa3394ac6f78f3ff8e4a875 542 1.00/1.00 vMB 5
682,470 682,470 000000000000000000092e270b2122052ff2a5586471b3ca6b5d99737b3d7899 1,366 1.00/1.00 vMB 21
682,469 682,469 00000000000000000003ea01d84c736be997016aa59f4c0220ea3b9f07182f48 1,645 1.00/1.00 vMB 57
682,468 682,468 0000000000000000000636b8dea60be7034c1fc4f48102b2f13c8b4ab3b57e73 1,893 1.00/1.00 vMB 24
682,467 682,467 00000000000000000001f322748b23c977bc9243a0e76dab4e40bd58f68768e2 2,311 1.00/1.00 vMB 69
682,466 682,466 0000000000000000000941b409b79936e05a5893cc031e8c157de014cbac69a3 2,196 1.00/1.00 vMB 70
682,465 682,465 0000000000000000000572ab86ac7d0fdbd427ca14ba111d7dac0f47e5136a65 1 0.00/1.00 vMB 0
682,464 682,464 00000000000000000008ec40a52184f4f7f91dc8b00a331a2733694cc8d206ec 1,590 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.