Loading Tool

Explorer IconExplorer

Memory Pool

80,641 transactions
30.01 vMB
0.12318280 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt bcb99df0297fa66c24e5cc0d2e1187c6c9550ac3f36979fa41c1419b2ea19721
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 931c5032a4ccab99b1e0c8d3c27b688d872e8f3690532641d02eee425964234f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.05083423 BTC
Feerates: 242.90 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (68,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,828 846,828 00000000000000000001594f7c5c3693a0c198320a0481849eb853782c0a1154 2,984 1.00/1.00 vMB 25
846,827 846,827 000000000000000000008a984c8b44524ac13204eb8bf202ab0eb92aebf5de3e 4,715 1.00/1.00 vMB 25
846,826 846,826 000000000000000000016961ad034ac4c41a2f33bb6826d6e81b8b3c32e6f4ae 2,904 1.00/1.00 vMB 26
846,825 846,825 00000000000000000002f53dc8fa54ee0a935d8a719227bcc5a99ef83fb124d2 556 1.00/1.00 vMB 37
846,824 846,824 000000000000000000018bd09840e33d7807c6a1a1ea36f9ec8faa2f5f74588c 3,681 1.00/1.00 vMB 29
846,823 846,823 00000000000000000000dd25ce342b67b0b6b5943dc956edcc8432eba3da8abe 3,500 1.00/1.00 vMB 25
846,822 846,822 00000000000000000002376c331615d7065960dc6e162d8121305b5912281d06 2,782 1.00/1.00 vMB 28
846,821 846,821 000000000000000000024782562bdf250f9e07cac5fe2dcee6125f4c359c5120 3,004 1.00/1.00 vMB 42
846,820 846,820 00000000000000000000a296f0fbeb887564f297e8b12bd6284a5139182d1a72 2,908 1.00/1.00 vMB 35
846,819 846,819 000000000000000000011ab0de3fe478f3911d4f9cda9237bc2c330c7c78ef58 2,917 1.00/1.00 vMB 36
846,818 846,818 0000000000000000000196479f346ef222f7ad2a904a10a80e21aa44da20c945 3,333 1.00/1.00 vMB 35
846,817 846,817 00000000000000000001458669b10138a0082841a86f768876c2f86b90a41838 3,431 1.00/1.00 vMB 30
846,816 846,816 000000000000000000014e1bee2aae372e3a674f9a499d079eaff29bc1353fbf 2,823 1.00/1.00 vMB 38
846,815 846,815 000000000000000000018e92d10ac4d76db226cd2d517e39336c7b745dec9870 3,386 1.00/1.00 vMB 45
846,814 846,814 000000000000000000027eeefecae1983bc2e99f7e1781e95a6a23200c3f5976 4,422 1.00/1.00 vMB 31
846,813 846,813 000000000000000000004b8b6ff5b5de916cbdab4568cd262e7f1a1ab2272617 2,835 1.00/1.00 vMB 37
846,812 846,812 000000000000000000010a66d3d15bb49ce0a3f97379eeffaa54fa87840ab3e3 2,924 1.00/1.00 vMB 37
846,811 846,811 00000000000000000001a3ee6221b7814c3d265fd806be4ec753c9a02e12d559 3,422 1.00/1.00 vMB 44
846,810 846,810 00000000000000000001b11d45a1a21b6af165b5afd8705d8843979cd0e5455c 3,114 1.00/1.00 vMB 50
846,809 846,809 00000000000000000000f3503bab69ffbb96e7e157473f3eca96bbcccd7717ee 3,222 1.00/1.00 vMB 38
846,808 846,808 00000000000000000001ba87caacef231c6af042ae7a40eff224dbe77be9862a 3,711 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.