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 (78 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,383 941,383 00000000000000000001e6c9e07767ec7c74d38cc4aefc6b2a0a7d447a759a40 3,168 1.00/1.00 vMB 0
941,382 941,382 00000000000000000000e42fae385a87e85697156e5a0ab848295568db1815af 4,108 1.00/1.00 vMB 2
941,381 941,381 000000000000000000006bd366d30f68dee44bd611fd1c81a484f3d0d446146c 1,731 1.00/1.00 vMB 0
941,380 941,380 000000000000000000012a97b6a9ae9d0c846a44f7120ef2fcb28a497513e1c2 4,058 1.00/1.00 vMB 1
941,379 941,379 000000000000000000011049946f40c4d361da622c94182b1f73b955d0d747c3 3,218 1.00/1.00 vMB 0
941,378 941,378 0000000000000000000044c6ddac9eab83832bccbf744e2935ce020db7c1102a 2,342 1.00/1.00 vMB 0
941,377 941,377 00000000000000000000eb27a2c5b3fea1b4b2007d4d1f8188ec2bd322271d97 4,063 1.00/1.00 vMB 1
941,376 941,376 000000000000000000012f9a41ce1b26176b910e90abcd1cdb8edd2b9d780c1a 4,906 1.00/1.00 vMB 0
941,375 941,375 00000000000000000000f5083f465ea384d450602acddbdf5621c25de51ad5fa 2,696 1.00/1.00 vMB 1
941,374 941,374 00000000000000000000e0e4624c2f9de05170bc89dabb48b6df83ce96e37ab0 3,161 1.00/1.00 vMB 3
941,373 941,373 00000000000000000001ce0973cd90551571ffa64685dbcea5abde3a4e0fa8e6 1,940 0.63/1.00 vMB 2
941,372 941,372 000000000000000000011bb9fa25c3cbb7f9f4cba2a349b2e0138f942cf1fe3c 3,764 1.00/1.00 vMB 1
941,371 941,371 00000000000000000000fe9ff3c8d3550904a6b20df48d56785b4015defb8c1b 3,705 1.00/1.00 vMB 1
941,370 941,370 00000000000000000000121632705b68354efe339fd5a4d81411feb20fa272d6 2,791 1.00/1.00 vMB 4
941,369 941,369 00000000000000000000730a978f2deb14ec877d56f08e7d5b6bdc6d35d0989a 4,147 1.00/1.00 vMB 1
941,368 941,368 000000000000000000013f7ab14184abfe0266d70c2f64e6441730f312bfd5ec 3,416 1.00/1.00 vMB 1
941,367 941,367 000000000000000000004ee7e502373fc690abded50bbd059fb7d573d358b633 3,767 1.00/1.00 vMB 2
941,366 941,366 00000000000000000001d0f685b8a1d940282258f8ec923982c74df1258c8f3c 3,340 1.00/1.00 vMB 4
941,365 941,365 000000000000000000014bd5b9121bb357ac1e5d5b2abd3def5c1989131e8a27 3,457 1.00/1.00 vMB 1
941,364 941,364 00000000000000000001eff0660be179fcf2088f1f4d48e78b4b7f2d48dde695 216 0.06/1.00 vMB 1
941,363 941,363 00000000000000000000fafc46ba964067717085c5d6d66dab0727c97953604b 3,165 1.00/1.00 vMB 1
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.