Loading Tool

Explorer IconExplorer

Memory Pool

42,313 transactions
26.70 vMB
0.08579846 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt 44a5a45639283ee75c4979e90eb6df92ca23b6d1b4bd93c3a194e0b80fa10b53
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root f3b94d9299856912c77fea6cd7c6debdff25087a48050b152da0051afce2c41b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03639042 BTC
Feerates: 151.01 > 3.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (204,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,903 709,903 00000000000000000005800b0e49ee3da2acff1cd3454d8c6b6a303912dc0161 2,488 1.00/1.00 vMB 10
709,902 709,902 00000000000000000006d0c341eee6c879c0894ed0ca365a3c827d1fdba32d14 2,174 1.00/1.00 vMB 9
709,901 709,901 000000000000000000089600c00cca79061baf3363e4b718e08013875d0e42a5 1,864 1.00/1.00 vMB 18
709,900 709,900 0000000000000000000271c90f71667186ff52e3e06eb58768f57c478e97254e 779 1.00/1.00 vMB 14
709,899 709,899 000000000000000000086d3f9af98024b13a75030002456b6c40cac55e02d729 1,860 1.00/1.00 vMB 2
709,898 709,898 0000000000000000000444b9e02a8e5e884c479d477e4455627268a08bbfa2f6 1,383 1.00/1.00 vMB 3
709,897 709,897 00000000000000000008c0f30f17ccb62d5fc6daa59d806663f35a39d6a6140a 2,132 1.00/1.00 vMB 8
709,896 709,896 0000000000000000000a84acf9831ce9ca13e1a69efc0794127a89a5f5ca212f 2,490 1.00/1.00 vMB 3
709,895 709,895 00000000000000000000bde425ac5b88d51046fd8a8d63c8c096af5390385780 2,692 1.00/1.00 vMB 10
709,894 709,894 00000000000000000006d5fb88b8835f702a4aa9c752e1e3cdaf5c51cc56bca0 3,200 1.00/1.00 vMB 8
709,893 709,893 00000000000000000000274b26d912c0163066cec05069096dac8eb86981b2ac 1 0.00/1.00 vMB 0
709,892 709,892 0000000000000000000ae8a8e479da07633364115fc58a40084409150b1d509b 2,680 1.00/1.00 vMB 8
709,891 709,891 00000000000000000006204dba0298f49b0fb7c74f416436ad7b49ff6e629585 2,140 1.00/1.00 vMB 6
709,890 709,890 00000000000000000003d691cfce75765176f3e47200c193234137db7e54a088 2,661 1.00/1.00 vMB 8
709,889 709,889 00000000000000000007a8413f51f14b7a01235f7c257cf7bedb43a7a77cbc38 2,687 1.00/1.00 vMB 7
709,888 709,888 0000000000000000000290eaf29f22cdb0e6c487da3663cfa66b278dea012e2f 1,605 1.00/1.00 vMB 16
709,887 709,887 0000000000000000000132bbf7ab4c592cfdd35816a10c76a6e679b032328979 2,872 1.00/1.00 vMB 10
709,886 709,886 00000000000000000002cf474e2a7b04c547e7c59490cc361fbe632f8e38bba6 2,442 1.00/1.00 vMB 26
709,885 709,885 0000000000000000000b473d79ee3b95363bd60003a1028fed60286d371f6f72 3,220 1.00/1.00 vMB 9
709,884 709,884 00000000000000000001a5d4dae9c2c033f019089396e07d5d4f25257f17206a 3,342 1.00/1.00 vMB 9
709,883 709,883 00000000000000000003a31dbcb42be618a8810016b5fd4211cb8d60900c769b 2,369 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.