Loading Tool

Explorer IconExplorer

Memory Pool

27,858 transactions
15.86 vMB
0.02754797 BTC
Random Selection Loading Transactions
Max Size: 97.26/200 MB

Candidate Block

Mining Attempt 86b4dc13e23db95c07a13282e9adcba0f5fdc175c67592b5dacfe52457f539e7
Version 20000000
Previous Block 00000000000000000001401fdad5182df4f35252fb96c6faa5e01312990724bc
Merkle Root 8cb8a5e7c2ce369ac8f0160c444751be26347b583fe516dc80b88f80c95defb7
Time (UTC) ( ago)
Target 00000000000000000001cdfb0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,789
Size: 1.00 vMB
Total Fees: 0.00710765 BTC
Feerates: 108.31 > 0.71 > 0.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 922,473 (894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
921,579 921,579 000000000000000000011ce3da8e0e99f057def30b8416e752aeccf70215c4a3 3,461 1.00/1.00 vMB 3
921,578 921,578 0000000000000000000059c6b43c796b3f4c51e6c40f5d43ac87f2f80405cf83 2,381 0.66/1.00 vMB 2
921,577 921,577 00000000000000000001264407da19f94deaf3c027edd8ef9d2359c4c9b4901a 2,942 1.00/1.00 vMB 2
921,576 921,576 00000000000000000000608faa8c112d67ec7110128a978c44e3c502600af3f1 4,340 1.00/1.00 vMB 1
921,575 921,575 000000000000000000008b74578e83cea7d21e75d37f39f143aece7494cab5a7 4,535 1.00/1.00 vMB 0
921,574 921,574 000000000000000000001d86c7648c653fe1f9ecc295d8972ef3fd57b9d685db 4,787 1.00/1.00 vMB 0
921,573 921,573 00000000000000000000be9c6621d4f2040ccd2da0eb2a42da20df00e6fcd1b2 4,797 1.00/1.00 vMB 0
921,572 921,572 00000000000000000001a9101923ee7263a7fa20082541fe0cf33baa54352966 357 0.08/1.00 vMB 2
921,571 921,571 000000000000000000000bd2d638700318c35c81ac1204c563b81e5ba643ec19 2,499 0.78/1.00 vMB 2
921,570 921,570 0000000000000000000039b789e3f1eb80fd9c2ff7dab4be73308e1e4bca8877 3,212 1.00/1.00 vMB 1
921,569 921,569 000000000000000000009e428c83aad9e0d8f485f6d819020ff0d49de8dabdd4 3,433 1.00/1.00 vMB 4
921,568 921,568 0000000000000000000017c3ff98607aafa5c9b0331d9470a78b44561300512e 2,889 1.00/1.00 vMB 3
921,567 921,567 000000000000000000010b478e5b05fb2ec159380f8144db255aaea55d4d161a 2,682 1.00/1.00 vMB 3
921,566 921,566 00000000000000000000b94d99dd6b682fade30a7a16dcd7aedbfc1c6621694e 2,879 1.00/1.00 vMB 1
921,565 921,565 000000000000000000016b665d99f0c9b713293ff04978f96b06ab3b3956e837 2,735 1.00/1.00 vMB 3
921,564 921,564 00000000000000000000069f739a776be03d1cd169e66efa783c3f38d00d0706 152 0.05/1.00 vMB 1
921,563 921,563 0000000000000000000101b643432e4448e07549f0ef9956432de77ed6c38dc7 4,993 1.00/1.00 vMB 0
921,562 921,562 00000000000000000000aa9152b7c362c92bcb5edf96efd4d379e3889f9068c6 564 0.17/1.00 vMB 2
921,561 921,561 000000000000000000019fe5138054ea567de71d0cb85eaec19590b7f66241b2 3,796 1.00/1.00 vMB 0
921,560 921,560 00000000000000000001642b8d6687d94a0b8e15d45032f370f953295dece2bd 5,118 1.00/1.00 vMB 0
921,559 921,559 000000000000000000006cbf139c1f000c96ab0b53c01bc3a236e1a37ceb43a7 3,413 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 795.28 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: 1,857.86 GB
    • Received: 79.05 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.