Loading Tool

Explorer IconExplorer

Memory Pool

79,000 transactions
29.58 vMB
0.10520561 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt cfcefd73f3053f1a50fad3d6ba236e128c897862f17487569438a626cd6512eb
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root ff756b76069a991c8500f31e55d86f5b1570da31024b47ac6e7de557ddd8769f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,544
Size: 1.00 vMB
Total Fees: 0.04036360 BTC
Feerates: 164.34 > 4.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (813,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,404 101,404 000000000000e26b62755cf4199e2b7ee81ea83d4c0f6a2c27c8782bf1ccf306 1 0.00/1.00 vMB 0
101,403 101,403 000000000003c2105d9e817c7e42b23b21caf2c9c1eb373d8f15f53473534324 5 0.00/1.00 vMB 0
101,402 101,402 00000000000255fbd745575991b97e52b2d5f09bfd17d7ea4aa7c798111238d1 2 0.00/1.00 vMB 0
101,401 101,401 0000000000025ae0d4daf112cab075dc07f23379add7ee6a9e6f0c9e32825051 29 0.01/1.00 vMB 0
101,400 101,400 000000000003e8ffb19073074f905f4f3ab51c39415fccd45045b17d903dd11c 2 0.00/1.00 vMB 0
101,399 101,399 000000000002e90f3fde18c66c10ab2c78828a31771e453f8ebe39c21803dfd5 4 0.01/1.00 vMB 16
101,398 101,398 000000000003aa674693d7f6bbeb8b4371549f2ecdd560ae0a5f9c0b973e55e2 1 0.00/1.00 vMB 0
101,397 101,397 0000000000001237ac35b049255697f76859356f8fa7b97a5a5ec11f17e2b1e1 3 0.00/1.00 vMB 0
101,396 101,396 000000000002da82e8375782a5da370b5ebf71b7ca1e6aadb718b078494a50b1 2 0.00/1.00 vMB 0
101,395 101,395 000000000000512909ff1211ab027d2845262d38128e54e3cd9f2ee58addffc8 1 0.00/1.00 vMB 0
101,394 101,394 000000000000ff943bd135b808caa12fa6a3e18d99de95e7a4d61e5f8cb7de17 2 0.00/1.00 vMB 0
101,393 101,393 000000000001842fe128fcad106b9adee934a1a54535a9469cbd7f8cfde97fcc 10 0.00/1.00 vMB 444
101,392 101,392 000000000002c84e3fbda067dc13f379b612744f07a75fbc2c9034e9939d5532 1 0.00/1.00 vMB 0
101,391 101,391 000000000000df6944cefa4da6b46b806f9b92b107533d97bc6c7c9f2f2f2c16 2 0.00/1.00 vMB 0
101,390 101,390 000000000002ddd0a524ea382afcf07a6f5a42b8a98f31d45ed77377c1972837 1 0.00/1.00 vMB 0
101,389 101,389 0000000000007421a0e059591e3df563a3e0bf5e29c9711aeceb74e3582ab754 1 0.00/1.00 vMB 0
101,388 101,388 00000000000109aa0f7ed16696c7c741bd4ba9dfe0442d41f0ce34d08197f42d 2 0.00/1.00 vMB 0
101,387 101,387 00000000000367461780ef71c791eeed5942fd7c0605ad51b256aafdd985d0ec 3 0.00/1.00 vMB 0
101,386 101,386 000000000001f035b833d682b589ee9690491f24e4660c09d069b07e7c2494c3 1 0.00/1.00 vMB 0
101,385 101,385 0000000000000576e56b64ff4d419695e9363f26968b65d13b9b4ad4ce18a4b6 3 0.00/1.00 vMB 0
101,384 101,384 000000000002cdda332839822906fe28a38ee82f9339811055380edf1d0b3722 20 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.