Loading Tool

Explorer IconExplorer

Memory Pool

78,298 transactions
29.44 vMB
0.07640030 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 6b3d94fe0fa8c39be95067d2b0aaa0d2581f27745b853f64f536defbf5d207e0
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root bc5b19f3786a779712eacf0510e8a1642a35beee26645ab1b7a54d121a363c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.01297294 BTC
Feerates: 15.32 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (286,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
628,381 628,381 00000000000000000004e338efcad3b29c12bbba49785959222f7dfbc8066690 3,212 1.00/1.00 vMB 42
628,380 628,380 0000000000000000000eebd3e46ff2a946c4408501df24ea7d68e7f59598a3f6 1,967 1.00/1.00 vMB 31
628,379 628,379 0000000000000000000beefe1796013ef07b475f17425d45652a87d0522b509a 1,659 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.