Loading Tool

Explorer IconExplorer

Memory Pool

82,315 transactions
30.17 vMB
0.13593452 BTC
Random Selection Loading Transactions
Max Size: 182.27/200 MB

Candidate Block

Mining Attempt 2de69a8a99e24e4ef460c6f9f6af1da87e5d2ee088f9e2bd04e555e2660b6016
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 455eb7ad3bfbf3efb93b5802439624d3d85c66133a4380a210b353735ad8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,254
Size: 1.00 vMB
Total Fees: 0.05646680 BTC
Feerates: 477.45 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (504,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,441 410,441 0000000000000000037abc4f01795b21dda9c98c5b21df275f68c25506f6ebb2 1,099 0.42/1.00 vMB 37
410,440 410,440 0000000000000000040199a6c7b922f711ee7e98cd58863b8b981b02d2b83e13 8 0.00/1.00 vMB 147
410,439 410,439 0000000000000000044871a349da5dee0f8de014ad60ee8c46d2e5844a78e2b9 1,546 0.81/1.00 vMB 35
410,438 410,438 0000000000000000008ec0a94f2379fd8c8057cfa658d799026e3abdc85c10c5 608 0.36/1.00 vMB 34
410,437 410,437 00000000000000000545d9a216d9811366bc6e524f3dc92274d0f00c761f50a3 1,666 0.77/1.00 vMB 33
410,436 410,436 000000000000000003e98e4f1d153398a1cbcbf09d5e615006aeedb7f1aa039e 2,373 0.93/1.00 vMB 38
410,435 410,435 000000000000000001b5a8ec7aa7db62d3bb292b890ac555d62f0b6183d0cd69 2,177 0.85/1.00 vMB 41
410,434 410,434 0000000000000000010a29c0b1a671cccda124e52e675346209267c8ca4d254e 619 0.29/1.00 vMB 33
410,433 410,433 0000000000000000007980a850e4bc29a4371343d5fa2541ed65bce0daefb100 1,174 0.46/1.00 vMB 37
410,432 410,432 000000000000000005f7ffa3eb935761d1f21ebc7bb54eff8f9222a0af68dbc5 2,569 0.95/1.00 vMB 39
410,431 410,431 000000000000000003d7ca618b5a579e92d48e3b22c4767b42fbea77bd254a3c 800 0.35/1.00 vMB 31
410,430 410,430 00000000000000000555b3be0af2b8815b2f22dbd49f952449c6199b1bfe7825 171 0.08/1.00 vMB 29
410,429 410,429 000000000000000000c0d8357cdbf5d91ad6dad075b49320159291b513d14e7d 8 0.00/1.00 vMB 87
410,428 410,428 0000000000000000003e217206e0207d88c3441402afc7a9737731d8a3830c77 1,697 0.66/1.00 vMB 39
410,427 410,427 000000000000000001bed39783b57f9366d058261caf75bbf40303b9500da112 952 0.33/1.00 vMB 40
410,426 410,426 000000000000000002fddd1c6e5ce16d7a67f89b15bca30e10f763429b7dcb74 777 0.28/1.00 vMB 41
410,425 410,425 000000000000000001f95055ad02522c01a40a5237242435c679d7e71c73701e 1,433 0.51/1.00 vMB 52
410,424 410,424 00000000000000000023b0ac58b5c96c6e1c748d0067bdfdad8304bc4729a266 1,429 0.57/1.00 vMB 44
410,423 410,423 0000000000000000010cefa4afe8fc25b934198931b305784c0abb7905cb4b72 2,471 0.88/1.00 vMB 49
410,422 410,422 00000000000000000408cda6450636feba91f3400b9a5f4203b1e2a905ee469d 553 0.19/1.00 vMB 45
410,421 410,421 000000000000000002a86b9a2f47a914006b21ad943d7a5eeab278c326d16f7e 534 1.00/1.00 vMB 7
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.22 GB
    • Received: 16.18 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.