Loading Tool

Explorer IconExplorer

Memory Pool

42,643 transactions
27.87 vMB
0.05994303 BTC
Random Selection Loading Transactions
Max Size: 146.83/200 MB

Candidate Block

Mining Attempt 609ede2df1820aa3ac08f3d298d8fb47b7718f52f2c903dfb726c678bf9c87a0
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 5ceb75f992cd42babc5d85386ddfd1ae7cde452fa9c71691a62503e824fafe0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,089
Size: 1.00 vMB
Total Fees: 0.00765568 BTC
Feerates: 84.58 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (173,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,067 741,067 0000000000000000000854337cc5cf9f098aa30a14d6f1a99afb3c4d59f6435c 1,940 1.00/1.00 vMB 11
741,066 741,066 00000000000000000001364b8c34fe337a57f6f06e20396151c4a4325fb00a47 2,498 1.00/1.00 vMB 10
741,065 741,065 000000000000000000057a0bacfe7f3865399907abb67c39fc2186ae34e2c6c0 2,196 1.00/1.00 vMB 20
741,064 741,064 0000000000000000000232510921a83d38e6c88118236ea32058bea1dc53486f 3,321 1.00/1.00 vMB 16
741,063 741,063 00000000000000000004dff47df6267b3f8b09e7ff830f073e6f9b335a80a7cc 2,750 1.00/1.00 vMB 31
741,062 741,062 00000000000000000008df13d1964f2b241584040772003e1b0d88cfa9c9b403 3,384 1.00/1.00 vMB 16
741,061 741,061 0000000000000000000809e2aa3077a832a1876899fac14a42266e696631e3d2 2,999 1.00/1.00 vMB 31
741,060 741,060 000000000000000000090ec17025794e6ea87e68984b89600044703956703e06 2,826 1.00/1.00 vMB 26
741,059 741,059 000000000000000000030047974e2ba7b239eae0b5d9414386f6ed33a5e6317a 218 1.00/1.00 vMB 13
741,058 741,058 00000000000000000005779595a75cc206fe2af3cceb254a3d3210d7e00a716b 2,470 1.00/1.00 vMB 17
741,057 741,057 0000000000000000000085167f4c19556dbc20eac59807e1f6f25b260f62816e 2,951 1.00/1.00 vMB 20
741,056 741,056 00000000000000000005ba22a8c5e8a10bf6900c2bb8d211bd7d0f0f7f27b527 2,104 1.00/1.00 vMB 23
741,055 741,055 000000000000000000076206e36e8005197b9752976cc12c03900026d0b09f3b 2,217 1.00/1.00 vMB 31
741,054 741,054 00000000000000000003b909885f769d3f03e3129a5c2f978c6690fb7f43f5d5 1,695 1.00/1.00 vMB 35
741,053 741,053 00000000000000000003a1466ab7a5d3cbcf12f4eb5421ab87b2a4f726f44251 2,259 1.00/1.00 vMB 58
741,052 741,052 000000000000000000062fbe89a18348c3919e1ae925d32214dfe444b1f944ec 3,143 1.00/1.00 vMB 29
741,051 741,051 00000000000000000009457331785d456c29e67cef6b11d8725e23dd7894178e 3,019 1.00/1.00 vMB 23
741,050 741,050 00000000000000000003f5433e594e5b5b24b98b67d4f1e685496fdad946ab05 2,775 1.00/1.00 vMB 33
741,049 741,049 00000000000000000006f87f5decb14e6c0f4b514622b2c0b92fcb1c2ddaaf2b 1,412 1.00/1.00 vMB 16
741,048 741,048 00000000000000000007ac30a3891a0b99bb84cfe4d1b77bcfbbe09bbb37380e 2,526 1.00/1.00 vMB 22
741,047 741,047 000000000000000000025c42633d3519189d3e00ff582caf43d80d33fdd54678 2,688 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.