Loading Tool

Explorer IconExplorer

Memory Pool

80,154 transactions
30.17 vMB
0.11676600 BTC
Random Selection Loading Transactions
Max Size: 180.51/200 MB

Candidate Block

Mining Attempt aa701a8157b70e9124240dc25b9b70073c7df0dcd2d6d831e089aaaf90aa232e
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 217b3b3d29f3e901dd62c98857f456de713b920bd495845fc40e445aa6548aef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.04629709 BTC
Feerates: 574.11 > 4.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (286,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,402 628,402 00000000000000000003d0e55baa4504624deeb36062fc8a8e1b638f1c0603e1 2,823 1.00/1.00 vMB 116
628,401 628,401 00000000000000000001afeebf01b0dd89c1579596afc9cc08ca06df3b2df439 2,681 1.00/1.00 vMB 125
628,400 628,400 000000000000000000068ec52fc07c6fe9d85d4e78d0d95f1da3325ab6fcb680 2,653 1.00/1.00 vMB 58
628,399 628,399 0000000000000000000ba1503da85c7b54534359abe8fd6d2965a02708f909b3 2,546 1.00/1.00 vMB 83
628,398 628,398 0000000000000000000204dd65c0fa755c22543765682e546616bb17d4c74248 2,411 1.00/1.00 vMB 104
628,397 628,397 000000000000000000083d959585b98f67eef6b5863812431057fc57e51ad706 2,270 1.00/1.00 vMB 101
628,396 628,396 0000000000000000001051663e0fd8c0b9e8f6332a4d289748b0bc632c4b1000 3,085 1.00/1.00 vMB 129
628,395 628,395 0000000000000000000f9c34bf8dd7ce235249f9067e3b68e0899fd7ed337c4b 2,727 1.00/1.00 vMB 117
628,394 628,394 00000000000000000009d24896778475adc5bb1c4221a49fbbc7c0c391233236 1,918 1.00/1.00 vMB 104
628,393 628,393 0000000000000000000992390d1917946d883e5dd6821fa2e6f7f961b3a18a5d 2,259 1.00/1.00 vMB 102
628,392 628,392 0000000000000000000230c3d5c91c46ca7e0cc515347f57f39e98e3c0c1101c 3,183 1.00/1.00 vMB 135
628,391 628,391 00000000000000000008f41ce0e0574c345315668e72892483f958d48b1cb652 2,583 1.00/1.00 vMB 65
628,390 628,390 00000000000000000004073a27aafbeaa1933e107636cc60954eb311b1b6a6f8 2,084 1.00/1.00 vMB 36
628,389 628,389 0000000000000000000ae837a6256263cf9f44c3c4bcdcce34c2ff4a3ab9ec88 2,652 1.00/1.00 vMB 92
628,388 628,388 00000000000000000010643eef52e9aafe07035dc63089ab1e113338a7830e7d 2,210 1.00/1.00 vMB 64
628,387 628,387 0000000000000000000fdff8ca62ed95e98ffcdbd900b30cada305c9c52395de 2,806 1.00/1.00 vMB 38
628,386 628,386 000000000000000000101f3890f82955c300ff236d8394d3cc520e56e94e19d2 2,553 1.00/1.00 vMB 82
628,385 628,385 0000000000000000000b9a9bab7011006ad00c853ac1577685a004829119e9cd 2,561 1.00/1.00 vMB 65
628,384 628,384 0000000000000000000bfdd3e64df65fbfee36c49d9bcdada553ba4f83918ce5 2,749 1.00/1.00 vMB 74
628,383 628,383 000000000000000000047343fd917a55b0630d55ca8595d8487e803ae07f254e 2,322 1.00/1.00 vMB 111
628,382 628,382 00000000000000000004685df63d01455d7fe8465ebf38f3f5fd1e0f43f9d866 3,001 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.19 GB
    • Received: 15.87 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.