Loading Tool

Explorer IconExplorer

Memory Pool

68,349 transactions
27.97 vMB
0.11806898 BTC
Random Selection Loading Transactions
Max Size: 162.60/200 MB

Candidate Block

Mining Attempt d5de221baf582508265f60e7f0c8154f7f00f042ada72eab70059d52485af953
Version 20000000
Previous Block 00000000000000000000d1c7acb6e248c806a3440f39205bd5f5baf3997522b0
Merkle Root fea2d0a63b3d57d05569ed235663d11b3ed0afee7355304891f088c71a554b48
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 692
Size: 1.00 vMB
Total Fees: 0.02642401 BTC
Feerates: 100.30 > 2.65 > 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,567 (478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,089 917,089 00000000000000000000aa5fbe082a4d52b6c44681277a8426d7ffdedc25a632 3,593 1.00/1.00 vMB 3
917,088 917,088 000000000000000000011050a3967e7d3936867a5afcae9babbdc5925c5b66d5 3,161 1.00/1.00 vMB 2
917,087 917,087 00000000000000000000c50b4fcf7b8fac91e60893037a99c3dbab84f3aee313 3,976 1.00/1.00 vMB 5
917,086 917,086 000000000000000000006e006f34b742be862edc8e4e1bd99ee323d6f8a1ec02 3,879 1.00/1.00 vMB 3
917,085 917,085 00000000000000000000472ecbbc0f6a40e66a50f1c035a5d2d650c022ef971c 3,088 1.00/1.00 vMB 3
917,084 917,084 000000000000000000007dc0b3ace36216f2d8a94776e224f3448ca8dc1c5bc3 3,239 1.00/1.00 vMB 2
917,083 917,083 00000000000000000001e93ed3034c1caa84b2a2b7993122c49aba7826adae66 1,387 0.46/1.00 vMB 2
917,082 917,082 00000000000000000001dfdcf79891808f5d08c29c3d8b7a505c0b92a89b63e1 5,020 1.00/1.00 vMB 1
917,081 917,081 00000000000000000001435f8edba7dabe035d66f98e81eac26df3c63eed8a12 4,187 1.00/1.00 vMB 2
917,080 917,080 00000000000000000001ab572a27d32b346d82b10aeec62fe18d0579999472e9 2,171 0.63/1.00 vMB 2
917,079 917,079 00000000000000000001281b1f2aec502ef1dad4551deb1c8213bc6939e1e858 5,780 1.00/1.00 vMB 1
917,078 917,078 000000000000000000005d8a2c32f918116754ff42b1f5c7dfba0006b3ea4b84 1,374 0.42/1.00 vMB 3
917,077 917,077 00000000000000000001c5d814b1920a5b66de85750f1e8a955841e000f81938 5,598 1.00/1.00 vMB 0
917,076 917,076 00000000000000000001dd6f3511893d3ffcdfe425c5c8b1ff6dd7fd0ef3e8c6 5,194 1.00/1.00 vMB 1
917,075 917,075 00000000000000000000e344ad9000301f1571b679e5e8fef0934d866cbaf13c 6,989 1.00/1.00 vMB 0
917,074 917,074 00000000000000000001e72dd8fdc4631512398e9ceb6424be815faddc64d1e6 4,632 1.00/1.00 vMB 1
917,073 917,073 0000000000000000000112ed2286285461df6026ae9ffc5ab5be5cd8cee95c27 3,025 1.00/1.00 vMB 2
917,072 917,072 000000000000000000015a4d21af2b46e110306c6a53c0c73104f4a7eb21381d 5,269 1.00/1.00 vMB 0
917,071 917,071 000000000000000000014535eb558111d9f0ce149d3d753c2c00462b25d18d18 1,716 0.63/1.00 vMB 1
917,070 917,070 00000000000000000001b501433c07431974cd79cb04d228f4ef07d5b8a6da57 3,544 1.00/1.00 vMB 3
917,069 917,069 00000000000000000000e88756e65119fdcc581f5760320e80dbf5ae30656846 3,339 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.79 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,014.77 GB
    • Received: 35.13 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.