Loading Tool

Explorer IconExplorer

Memory Pool

80,389 transactions
29.55 vMB
0.12828716 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt 582a3fc3ce32fc5742fa49d565aa7b1d2af1cdada327916f892def496a2dcb74
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root f4760e124fc980fd40ffb75e740392442e0cdd391bbda49098648b3ec6ddc308
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.04664050 BTC
Feerates: 477.45 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (107,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,080 808,080 0000000000000000000211eb82135b8f5d8be921debf8eff1d6b38b73bc03834 6,565 1.00/1.00 vMB 14
808,079 808,079 000000000000000000015ac1f0cc614852441fdc0de5e02dec04aab9009d7435 5,478 1.00/1.00 vMB 14
808,078 808,078 00000000000000000003500106c9a4e4ac16d5c19bb53327814c8387eac79e08 3,556 1.00/1.00 vMB 16
808,077 808,077 00000000000000000001643903c14cce9adc9ab3776b81b294408d134c21af1c 1,788 1.00/1.00 vMB 24
808,076 808,076 0000000000000000000176309831e39444c920c31211da0178e7c3e86da5ebb9 5,500 1.00/1.00 vMB 15
808,075 808,075 000000000000000000051afda2693b6e84a94bf0d0e9ffcc2e118116c1c281e2 4,464 1.00/1.00 vMB 16
808,074 808,074 000000000000000000031ca8a9a2ec2a1debb7feacb5360db0f575fc9c623446 2,144 1.00/1.00 vMB 19
808,073 808,073 00000000000000000002d772653b657c82dfeba502c2f155c314cba3b34f5f63 3,494 1.00/1.00 vMB 13
808,072 808,072 0000000000000000000258482c41eb0a739e8b1dfbc918e7d4977c2b515e4ea8 2,957 1.00/1.00 vMB 18
808,071 808,071 0000000000000000000117a0a87dca61cd6e315f6d54a0c952f809e033c5db95 3,169 1.00/1.00 vMB 18
808,070 808,070 000000000000000000030efe5e5d9b38b185bb6914599b198db2d2cbab3e777f 5,134 1.00/1.00 vMB 12
808,069 808,069 000000000000000000005bf72465c2feaebdc519f56a27e9f6b8fc00a14a43dc 5,349 1.00/1.00 vMB 15
808,068 808,068 0000000000000000000447116e8a25c77539857587245dca67325b6f6db4285b 5,742 1.00/1.00 vMB 15
808,067 808,067 0000000000000000000351252eae9c18b161db29ddb40eba3edac73a06c1d622 5,359 1.00/1.00 vMB 16
808,066 808,066 000000000000000000034ca4be70c2e05bb603e3923b5c041b416545ef6de870 4,680 1.00/1.00 vMB 16
808,065 808,065 00000000000000000002b33f36745795709c9884ec4ebf6e69da28b6b497cd61 3,963 1.00/1.00 vMB 19
808,064 808,064 00000000000000000000b239ecd9e9d8d223d8b2a65e67da1a70acb58850fc69 3,235 1.00/1.00 vMB 15
808,063 808,063 0000000000000000000305f00b5ddc2132d9a5660af5d16dfd3734d6781eef92 2,038 1.00/1.00 vMB 21
808,062 808,062 00000000000000000000adad541b5d2999ab66c7c73652da5d925da1dc6d3aab 6,067 1.00/1.00 vMB 15
808,061 808,061 00000000000000000000142cfa9591c6ec1387cf9b724912537a31f267ecf50e 4,718 1.00/1.00 vMB 16
808,060 808,060 0000000000000000000407f630f65a139081c5ca44f2432b2f3d70a8b0a2267b 3,914 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.