Loading Tool

Explorer IconExplorer

Memory Pool

79,136 transactions
29.50 vMB
0.06859919 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt a11986f8b8e91a83c1f9d5ef2bfd499a2c89adcbb3c70709469264b0452e7ec7
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root f00bd9628e94b11e114d49e9ccfa5617805793a60b19ee9dac9bf95440ee9e28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,197
Size: 1.00 vMB
Total Fees: 0.00876593 BTC
Feerates: 150.77 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (283,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,028 631,028 0000000000000000000b67e6683d9cac6a0e1d6d8fc11c421b95faa9de13ddc3 2,562 1.00/1.00 vMB 155
631,027 631,027 0000000000000000000dffd999a76570030b723bbfadc815c653bd66ab195809 2,139 1.00/1.00 vMB 171
631,026 631,026 0000000000000000000dc33491dc4df620531605630a037a476ebdcea70f2267 2,179 1.00/1.00 vMB 195
631,025 631,025 00000000000000000004de6ee93a00c6ce081a39af22a53e5c2f5e6b7d6ccbbe 2,473 1.00/1.00 vMB 203
631,024 631,024 00000000000000000005e2ca0ef895f3eef9afa30205717a9193a720b31823b5 2,609 1.00/1.00 vMB 220
631,023 631,023 000000000000000000104532aa4a43d0815736934c0ff06da9f61d1fd3a2173d 1,806 1.00/1.00 vMB 127
631,022 631,022 00000000000000000005dddfdde43210226eab9aace5aac595f8a15932384df8 2,604 1.00/1.00 vMB 191
631,021 631,021 0000000000000000000063da6a943f8f3941a37864797b10090163276daee59b 2,384 1.00/1.00 vMB 170
631,020 631,020 00000000000000000011b5bd6d68c68e4a5bfb56f0c26ef829f9016d4d64a553 1,795 1.00/1.00 vMB 175
631,019 631,019 00000000000000000006d1258853a158b7edd8cdb9f9d255be4d5840f0e70678 2,651 1.00/1.00 vMB 195
631,018 631,018 000000000000000000006629ab1aebdc77caa2f31d4dcf67f58dd33d88fe9431 2,269 1.00/1.00 vMB 123
631,017 631,017 00000000000000000001f3fd59663af9ecb9f25c20f8a96a9d6a6997712c8f0a 2,570 1.00/1.00 vMB 81
631,016 631,016 0000000000000000000e67c901a0087a3d62b3bf2ae5c3ff2e0d2a119cb55de3 3,014 1.00/1.00 vMB 69
631,015 631,015 00000000000000000007e5b1b3db44efc9bc3b7e5bd49db78ee1bb8b014de500 2,305 1.00/1.00 vMB 79
631,014 631,014 00000000000000000005daff616890737ab14557ea0703a53eeafd20303aa1f7 2,061 1.00/1.00 vMB 200
631,013 631,013 0000000000000000000669911a24c6cb0ed1e2cd97eb9a53cb107b152e990794 2,069 1.00/1.00 vMB 99
631,012 631,012 000000000000000000026b8cd3ad29c8e58d20fff51ed647dd4739bb11d2536c 2,616 1.00/1.00 vMB 205
631,011 631,011 00000000000000000006990f54b82ccdda3ac057088d3689bbedc703efc26fa8 2,203 1.00/1.00 vMB 175
631,010 631,010 0000000000000000000974a531a4032f2c39dbd3b37302cc15a377cf97f61e06 2,404 1.00/1.00 vMB 212
631,009 631,009 00000000000000000008c919a5964bf194238e215ffbee52091f06ce9af53c7c 2,272 1.00/1.00 vMB 166
631,008 631,008 0000000000000000000afe86c660a568a750c603f72dba13b32abb1f31125188 2,791 1.00/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.