Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
28.61 vMB
0.07013780 BTC
Random Selection Loading Transactions
Max Size: 147.20/200 MB

Candidate Block

Mining Attempt 863b45498276892bb9b175d9c1a0e1c66d86130445e7e1e33613066a084c6b1e
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root e88f50af1e9ff17a84924da05a2d3801cf1db6733aac46f3c54cc0caac1f3b8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01456960 BTC
Feerates: 201.07 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (78,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,697 835,697 000000000000000000029831591686d3a6c2e9df3a77fefcb83e4e6fc6ca27ae 1,889 1.00/1.00 vMB 35
835,696 835,696 000000000000000000027ca04da9d8d4e76f3001fde8aa481413d7ac3ce4c0d4 2,519 1.00/1.00 vMB 42
835,695 835,695 00000000000000000002e2adfceb796d04a1bdc820bea9499457cbdb0205cf72 2,269 1.00/1.00 vMB 42
835,694 835,694 00000000000000000002f02ebf6609002251e8855308cf61fd72f7bc4c801bd2 2,351 1.00/1.00 vMB 39
835,693 835,693 00000000000000000000d2e0af4ced4d33c7499caf6eac77826b439365d2f771 2,125 1.00/1.00 vMB 42
835,692 835,692 00000000000000000002a6a426c4324306c6116501bb217eaa7605d5ca6f5ad1 2,185 1.00/1.00 vMB 45
835,691 835,691 0000000000000000000356d53aaf7292bcb701ca72231ff8a40a1821a1f8ad2b 1,870 1.00/1.00 vMB 47
835,690 835,690 00000000000000000002829be33003a067c19fe3fd7b6d427b9fb2d2dacc73c7 2,405 1.00/1.00 vMB 53
835,689 835,689 0000000000000000000203330f03dfbd1f8f2ac3cc37c4f33e606769f81162d1 2,750 1.00/1.00 vMB 40
835,688 835,688 00000000000000000001ec853a88939ca10869b4f22e2721ddd6226c040f6cc7 3,394 1.00/1.00 vMB 57
835,687 835,687 000000000000000000021846bd3d4ebdb22b338c19f071df7338d49c76c365bb 2,951 1.00/1.00 vMB 50
835,686 835,686 00000000000000000001d77d993efef6d2b2bb3f9e94c1843cee922725ac78b9 3,222 1.00/1.00 vMB 28
835,685 835,685 000000000000000000028a6b08ee531d22adb192577b24cce5d831e32790f2ef 3,380 1.00/1.00 vMB 39
835,684 835,684 000000000000000000015513a48bda085dbaa27a476229981e89b2e9bbd2dddf 3,463 1.00/1.00 vMB 44
835,683 835,683 00000000000000000000676448a0795d3072399248ca20da8bd5d7f72c35ff6f 2,693 1.00/1.00 vMB 35
835,682 835,682 000000000000000000024c319a05c009aae586d40723dea3e3cf7de6dd15e867 3,247 1.00/1.00 vMB 35
835,681 835,681 0000000000000000000279931f6162f60cf728f9216d28117c19fc094393b35a 3,093 1.00/1.00 vMB 45
835,680 835,680 000000000000000000030eeeb4053e1ef8068dc67768a54bcc9a6614c0cf9b2d 3,127 1.00/1.00 vMB 43
835,679 835,679 000000000000000000007a43921871c314d1ea03ab206ecd8cc0a09485478a06 3,295 1.00/1.00 vMB 42
835,678 835,678 000000000000000000025cfe7b5d3b35a969c823dd16f8a3b3b36ad6e6327798 3,238 1.00/1.00 vMB 49
835,677 835,677 0000000000000000000046b61b28d0eb85a90218fffed11faed13d107d166e86 3,576 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.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.