Loading Tool

Explorer IconExplorer

Memory Pool

38,593 transactions
27.32 vMB
0.06228586 BTC
Random Selection Loading Transactions
Max Size: 139.23/200 MB

Candidate Block

Mining Attempt 88f2279e71b775df14a8e6214de708f101ade97fdaf405834266c28d05b33dc0
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root c93f87d04a2a6f0e38331ed59ec56108e28c9abebe9b2f9d1f4c50ee497d11de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01062095 BTC
Feerates: 60.16 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (82,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,383 832,383 00000000000000000000c2e4cdfd79642ec41ee3f39298eb67f4e8f9c0164212 3,296 1.00/1.00 vMB 39
832,382 832,382 000000000000000000013a47fdd198084c9e62f948755f2792739f073847d93e 2,348 1.00/1.00 vMB 24
832,381 832,381 0000000000000000000076bffc25df639425a971407a42b81dde658c58832018 2,379 1.00/1.00 vMB 24
832,380 832,380 0000000000000000000128f407c9e136c5d284403e6cccb27445862babe1a14b 3,074 1.00/1.00 vMB 40
832,379 832,379 000000000000000000006e205e5f91c30d6485b01d64e2eed34eb097c115e365 1,984 1.00/1.00 vMB 18
832,378 832,378 0000000000000000000097dbe8fb2bf1bec62bd54169326b3ddd02d76ff7f77e 3,286 1.00/1.00 vMB 33
832,377 832,377 00000000000000000001adafbd9f7b52854fe809687d5cc3120c383c8cb6aca4 2,412 1.00/1.00 vMB 25
832,376 832,376 00000000000000000001f0fe7afa312b45f2573dc4b991b7c0d7770e4a4fe87e 2,731 1.00/1.00 vMB 21
832,375 832,375 00000000000000000003715474cdf56867ed356e267ca141c18728aa1a096464 2,290 1.00/1.00 vMB 20
832,374 832,374 0000000000000000000285ba6dec3f0ad5aae9625962cf61670e6b2facb6d81c 2,027 1.00/1.00 vMB 18
832,373 832,373 000000000000000000003f39baf6f80ed21e2fa8b88e170ce1bdabd0ef7f70fd 2,296 1.00/1.00 vMB 29
832,372 832,372 0000000000000000000334db23ab3a2a97e2f7904875b71b985161cb40946dda 2,895 1.00/1.00 vMB 26
832,371 832,371 0000000000000000000067442a6b9b5de03d4a7ce28bfeb18e4c78a3afafd2f3 2,142 1.00/1.00 vMB 17
832,370 832,370 000000000000000000003a0f2377a55c836a7f0f9a49e778aebeac968e3af4c4 3,052 1.00/1.00 vMB 23
832,369 832,369 000000000000000000013a27e0d05af118e3ee37093438cb99b0b24baed494a5 2,952 1.00/1.00 vMB 27
832,368 832,368 000000000000000000009e513c485df70ca6fe520cd2d8704ccb26f0d4c17f70 3,060 1.00/1.00 vMB 32
832,367 832,367 000000000000000000018b61521b3887c5ba6b43c87fdcc45fd6458b3562755a 1,518 1.00/1.00 vMB 17
832,366 832,366 00000000000000000002777d31efcea0718d3d0d5cc3197e2ffc6ac291150516 2,540 1.00/1.00 vMB 23
832,365 832,365 0000000000000000000168315c8e53d9df196d7cc7b3a3d9f79f52334314a450 1,431 1.00/1.00 vMB 13
832,364 832,364 00000000000000000001e5b550dd04c78c9923e416f97b30b56e911ff16b8602 2,930 1.00/1.00 vMB 19
832,363 832,363 00000000000000000000b9e10b1875e5db2dfa7ac058a767f8449590d800f6b8 2,705 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.