Loading Tool

Explorer IconExplorer

Memory Pool

31,617 transactions
25.47 vMB
0.07630003 BTC
Random Selection Loading Transactions
Max Size: 139.09/200 MB

Candidate Block

Mining Attempt b83a433bc71a32666678a9c1669601622a03c73d4f574e197b96a2d6f2cc1b3b
Version 20000000
Previous Block 0000000000000000000114571a77fd77fec46c3e357666463e95ceab1d54c318
Merkle Root 54b97e8b101c1d2745306d5a681c976e6a1eda9a6d0365edb0362fd616f55354
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.03338666 BTC
Feerates: 144.22 > 3.35 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,461 (32 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,429 941,429 00000000000000000000879f3d5d4e2f8103d0df07d8a533731358207000b56a 4,832 1.00/1.00 vMB 1
941,428 941,428 000000000000000000017e7f41337fe04be5dc076884c7d766cf193a6f417588 3,970 1.00/1.00 vMB 2
941,427 941,427 000000000000000000009dcf5043d4f881e0e3cae742a2252486e501c73a99db 4,365 1.00/1.00 vMB 0
941,426 941,426 00000000000000000000b56e91917d0b6855a88cca9ed77f68bb4e839d28a3f6 5,135 1.00/1.00 vMB 0
941,425 941,425 00000000000000000001e1e9884d5967ba683a9a5bc0e57b3da28f9572294c85 4,061 1.00/1.00 vMB 1
941,424 941,424 000000000000000000006a4475edcc7685740c2916b804e2d50d997f82009231 2,187 0.78/1.00 vMB 2
941,423 941,423 0000000000000000000101e14441d9e3e4dac692402371f29f9033e383b54d7d 4,501 1.00/1.00 vMB 1
941,422 941,422 000000000000000000008269253f43f1b83ea81a536a679e266e6cda4415e7d5 3,859 1.00/1.00 vMB 1
941,421 941,421 00000000000000000000bce5a32c1d75effcf713613329431f83f3edc9e6ad2d 3,410 1.00/1.00 vMB 1
941,420 941,420 0000000000000000000004bc05a7793e8c1cc1d01487561ca2a695ca477b4c9b 3,880 1.00/1.00 vMB 1
941,419 941,419 00000000000000000001a2cb676e8a5ba60c00e51a9cfbd8b0a43faba65c8f76 2,494 1.00/1.00 vMB 0
941,418 941,418 000000000000000000010b0f3450a489f2d689fadce625bfdb98c87b55162660 5,300 1.00/1.00 vMB 0
941,417 941,417 0000000000000000000109d55ef78f522cb0372ca4debf3b14e11c7b02572987 3,320 1.00/1.00 vMB 2
941,416 941,416 00000000000000000001661c6f4f2d6310f01c09639ea84b7dff9b927f2fb15c 2,952 0.99/1.00 vMB 2
941,415 941,415 00000000000000000001c16acb1a0b078cb558c13c0769023966f7b0b85a9b82 3,290 1.00/1.00 vMB 3
941,414 941,414 00000000000000000001ed5b3a5f5f39d06a79a0402f6949e438a7cfbbd9b0c2 3,094 0.90/1.00 vMB 2
941,413 941,413 0000000000000000000090d1240e78b8d9667c3f6d7e29068c7fd2ab474ab4a7 3,572 1.00/1.00 vMB 3
941,412 941,412 00000000000000000001770fe28ee3748550a09d93220bcdf94cd375c1b66be4 1,126 0.34/1.00 vMB 4
941,411 941,411 0000000000000000000051411ed512f684e2fd5ddb5c6d6631621cfbe05db5af 5,070 1.00/1.00 vMB 1
941,410 941,410 00000000000000000000b64654f87213b69f20eff77636c8ff34072695519aee 4,163 1.00/1.00 vMB 1
941,409 941,409 00000000000000000001d6d5a981ef7ec7925b2ad457e5c05951bd8827995695 3,452 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.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: 4,646.88 GB
    • Received: 251.72 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.