Loading Tool

Explorer IconExplorer

Memory Pool

77,959 transactions
29.44 vMB
0.08934272 BTC
Random Selection Loading Transactions
Max Size: 179.65/200 MB

Candidate Block

Mining Attempt 7549d1b185f15119d022390e1d091be117a423d24f26b2a9e64c7cb3268c7dd2
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 5ca7d750b0ae53b32e6a01709c3dee693e74051c64a3423fa1061ee2effc4b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,824
Size: 1.00 vMB
Total Fees: 0.02470322 BTC
Feerates: 301.35 > 2.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (299,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,630 615,630 000000000000000000107d92704252156d0d2d21bb3cab3ce077194687afa272 1,628 0.48/1.00 vMB 13
615,629 615,629 000000000000000000075efa4a6f088f7c3fbb711be5285aa8e5ea2f28278232 1,799 0.53/1.00 vMB 16
615,628 615,628 0000000000000000000700a8682d906948861c0ef69ccd2ec170c7833977af01 49 0.01/1.00 vMB 11
615,627 615,627 0000000000000000000d4cc2b32d201d3799daf7cf86155fa1305c2f9783593b 3,033 0.92/1.00 vMB 8
615,626 615,626 00000000000000000006026c6a3a3e405498429d59784fc071fd26d11fc27de5 2,432 1.00/1.00 vMB 4
615,625 615,625 0000000000000000000940e3ae723ca991e069b45ea2be01a7b17342d8dd8f09 2,543 1.00/1.00 vMB 15
615,624 615,624 0000000000000000000b872ae8614b404ba30e81de8d2cc27573d94a7d605878 2,995 1.00/1.00 vMB 30
615,623 615,623 0000000000000000000f539a280712a60d948d0279a99e4a92a98a8c1482b851 86 0.05/1.00 vMB 11
615,622 615,622 000000000000000000076c75f6c7905b5a2f604dc5067c81495c5d78631414ab 726 0.24/1.00 vMB 21
615,621 615,621 000000000000000000005cb1c6d4cac29c6fecb5c7f8743153bd6e48f3c9fce6 2,467 0.74/1.00 vMB 14
615,620 615,620 00000000000000000006d2c86c9fe14f5fd1f3acf61ef295915a5f97ef1a2270 1,958 0.54/1.00 vMB 13
615,619 615,619 00000000000000000000fc584000e02a0ba1a0357ed9b84231ee8a79cf1ae062 95 0.03/1.00 vMB 21
615,618 615,618 0000000000000000000ddb89f3b47f88ed00d9a36c365958033c314e5661a9ec 2,363 0.75/1.00 vMB 14
615,617 615,617 0000000000000000000dd2dbcbcf08b28cdb262684f26ada31d2bd26a7d70fbd 1,613 0.46/1.00 vMB 15
615,616 615,616 00000000000000000002db8d383922f1451f21ae3c34290095562e18312251b4 1,326 0.56/1.00 vMB 14
615,615 615,615 000000000000000000067bea442af50a91377ac796e63b8d284354feff4042b3 653 0.26/1.00 vMB 20
615,614 615,614 0000000000000000000740d9747d2c8edec626fd3ea8900bd6cfadc1f0c504f0 1,303 0.45/1.00 vMB 7
615,613 615,613 0000000000000000000dae27461630cd518d52dafcfdecb2f443bca31cf6a5a1 3,040 1.00/1.00 vMB 16
615,612 615,612 0000000000000000000353a5643cb6db8eddc042d2fbbff34ff31b748a9026d6 66 0.02/1.00 vMB 12
615,611 615,611 0000000000000000000b41a317d2bb3a5a3f8888b5d66968d25098b6b1f6c4ba 1,038 0.38/1.00 vMB 18
615,610 615,610 0000000000000000001216268c1bf22a5bc770c07de5ddb54e999a5292fb6dbc 569 0.15/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.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.