Loading Tool

Explorer IconExplorer

Memory Pool

81,395 transactions
31.20 vMB
0.09382370 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt 3bfe88f1d4a805c3ec4a29abf96011f86048f3ef9491d591e0392447be7afdc1
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root ae70d8b753937d13ab9e71311d789e24198dc0b30d254ff49402b1b3d08643c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,504
Size: 1.00 vMB
Total Fees: 0.02041314 BTC
Feerates: 45.88 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (131,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,725 783,725 00000000000000000003d92d7f476ff548a915223403470ee0eff0fefd93fd2d 2,335 1.00/1.00 vMB 12
783,724 783,724 000000000000000000012f4d3016a815f3a1968b4f473be36918fb0e4638be38 2,923 1.00/1.00 vMB 21
783,723 783,723 00000000000000000001ab2d08f7db1d9fa59d426a2017c26803aabe705c1868 3,161 1.00/1.00 vMB 31
783,722 783,722 00000000000000000005c410972ddf53da3a0e820361c5c1225e35237b3660c8 1,741 1.00/1.00 vMB 16
783,721 783,721 000000000000000000011039b80d3f6bac75f229d591e95d7f7bfc3310adb40a 2,537 1.00/1.00 vMB 10
783,720 783,720 00000000000000000002eeac33d2c46826b9933e74d131e54bd59c1942728bc0 1,859 1.00/1.00 vMB 8
783,719 783,719 00000000000000000005ab639a3cb147f25679bd71a8b7a819f4cd2e076c7643 2,023 1.00/1.00 vMB 11
783,718 783,718 00000000000000000003c6df93c4b97d73d32fbacf3df1eca7b9e2189f737917 3,107 1.00/1.00 vMB 21
783,717 783,717 00000000000000000004ac5b9d61e8c27e72a2f820e7b97996f4d492d381627a 2,758 1.00/1.00 vMB 20
783,716 783,716 00000000000000000001c8eb6c512ebc7663482d4ac3d19e92c11cdc0023a16c 2,412 1.00/1.00 vMB 15
783,715 783,715 00000000000000000005287f88e1608bed4273f093b52ad4ecbe6d4fa292e3a5 2,736 1.00/1.00 vMB 14
783,714 783,714 0000000000000000000223df16e6ce0b65ea8f026d57a36b9b658f84985a76dd 1,712 1.00/1.00 vMB 18
783,713 783,713 00000000000000000003b965df248b603fc93ebe7c24cf30b80a1f0606675d9a 902 1.00/1.00 vMB 14
783,712 783,712 000000000000000000042ceb035a9e81a4302d89ce4dee42c949350b24eac7f1 1,616 1.00/1.00 vMB 27
783,711 783,711 00000000000000000005293459e1381ece70186a0cf6b047a3a9051ed958ff96 2,190 1.00/1.00 vMB 14
783,710 783,710 000000000000000000053e81d180ad324861a3668208a3940f5dc03906ca8ada 170 1.00/1.00 vMB 2
783,709 783,709 0000000000000000000152bca437b8179ce37341a8779c60053deece3d442e91 2,081 1.00/1.00 vMB 10
783,708 783,708 0000000000000000000260dfb2b065f9292e518cb87f9d708a6e5c93c1cd8f89 347 1.00/1.00 vMB 3
783,707 783,707 000000000000000000029898dbafe43264bca72e4f59af7697dd685a33397e67 2,018 1.00/1.00 vMB 8
783,706 783,706 00000000000000000001edf930ce5b091af601d6e8445ecbf6a8219a06f28a31 2,995 1.00/1.00 vMB 5
783,705 783,705 00000000000000000002f625a2c65d649627fe8f3962904407fea22a1a67c52a 2,487 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.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.