Loading Tool

Explorer IconExplorer

Memory Pool

82,394 transactions
30.33 vMB
0.11644849 BTC
Random Selection Loading Transactions
Max Size: 183.65/200 MB

Candidate Block

Mining Attempt bb56938f1cf629e418ab9680d2ad74e5dce6736b5de8a093079bc69d772281e5
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 13f34e142a02944d71f1d2f720032725cafd521f611402421511c52e348878cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.03942904 BTC
Feerates: 121.32 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (285,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,333 629,333 000000000000000000066d4133dfe7e7b878486af02bcf9e2d3a3419efefdc2d 2,062 1.00/1.00 vMB 67
629,332 629,332 0000000000000000000a86f07cc61eae10b627aa2bc5e910a2873cfe9f79f71e 3,025 1.00/1.00 vMB 91
629,331 629,331 0000000000000000000b8a5f5903f39455c75b1cf1f8764af1c511d657476312 2,553 1.00/1.00 vMB 56
629,330 629,330 000000000000000000046d1ebe20d002e8f8fc25391f7574ee8e73536aae735d 2,390 1.00/1.00 vMB 20
629,329 629,329 00000000000000000006bbc53f7c779cce03c9a0a591699ece3f53d46d1c28d2 2,403 1.00/1.00 vMB 43
629,328 629,328 00000000000000000000a9a6a9ac0820a8da8a34f7fe7c42f24f6e9ff1b3034b 2,775 1.00/1.00 vMB 75
629,327 629,327 00000000000000000011596aec5a099d349973bd085e549bdbb7367220fcfba2 2,786 1.00/1.00 vMB 80
629,326 629,326 00000000000000000009e717adefe9d94be86f284307af0aa77cd33a7b521d33 2,764 1.00/1.00 vMB 36
629,325 629,325 00000000000000000001a0b26fab04ed510dc7c5efd01d8a2b1d27b94797e7dd 2,898 1.00/1.00 vMB 78
629,324 629,324 00000000000000000003dbb29753775d4adb321ae2a58990e5760d879e0fa57f 2,736 1.00/1.00 vMB 59
629,323 629,323 00000000000000000006c590ab71721db158e105391e5f93d164224c56f0688f 2,500 1.00/1.00 vMB 46
629,322 629,322 000000000000000000101ac37e69804216df16ee9da0a2d448fa31032a7a5182 2,199 1.00/1.00 vMB 43
629,321 629,321 0000000000000000000ae078f2b3bcd1b13d93b167267b096bc8edd32675460d 2,009 1.00/1.00 vMB 64
629,320 629,320 00000000000000000004c7d876c6fc6e084b480c84eeb93d9623f75490296495 2,451 1.00/1.00 vMB 75
629,319 629,319 00000000000000000005875db641d4e2aa74b450b06422fb7315aa52d20a7f77 2,574 1.00/1.00 vMB 104
629,318 629,318 00000000000000000008d7227d9c3e97933d98b8defdd66772f8aa659cf69f76 2,573 1.00/1.00 vMB 23
629,317 629,317 00000000000000000000ada2b4aceff02b252d71a47c6450194bf4e657898964 2,687 1.00/1.00 vMB 29
629,316 629,316 00000000000000000010e54bb31982b95e3dadd377bdafeacc108998fc14e0ca 2,362 1.00/1.00 vMB 53
629,315 629,315 00000000000000000006d4e737a81a067a539ac6ffa3a0894d1246ce89ab9039 1,989 1.00/1.00 vMB 66
629,314 629,314 000000000000000000096689f937834a29b0d4f6be8cef990eeee29f91ac7c6f 1,527 1.00/1.00 vMB 94
629,313 629,313 00000000000000000004a38f3afa0bdfa316b6f10185239c55435005b7c0b360 1,566 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.