Loading Tool

Explorer IconExplorer

Memory Pool

44,986 transactions
26.55 vMB
0.05422021 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 871cf28238d03d59ee236de23a188c1a565ad9c4721198d3a83d9452f1451fe0
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 4a534389ce97eee0e5c4929d83670e024c222128f2a80c9dfb11a5c9794934b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,251
Size: 1.00 vMB
Total Fees: 0.00539010 BTC
Feerates: 40.21 > 0.54 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (346,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,558 568,558 000000000000000000253b147cf6ae6c6edb74241a92cd465c0c3231e7439a51 1,015 0.44/1.00 vMB 13
568,557 568,557 00000000000000000005f6f888e1a16e54b0236ab06c695d80b5278182ffaf19 500 0.21/1.00 vMB 12
568,556 568,556 0000000000000000000077b003283913f7d579f5696abfb8c3a05d8003834302 1,295 0.60/1.00 vMB 14
568,555 568,555 00000000000000000007777ba3e51192f17a9d2f8ad4178d5970dd2d7404c0ab 411 0.39/1.00 vMB 2
568,554 568,554 0000000000000000000700f62185572bbbeb36b456239e60fd58ec342c85a6e8 2,761 1.00/1.00 vMB 17
568,553 568,553 00000000000000000004ef12d7fa314d078afb57d81640a0dff67f6411a3f484 1,282 0.45/1.00 vMB 20
568,552 568,552 00000000000000000023c1d5163fcd8bc9d3d5b75754d05d43f3ec36db5234e0 116 0.03/1.00 vMB 21
568,551 568,551 00000000000000000007e8f9ecfd3e02f336c6c6fe4552beefcbbad7b203be66 172 0.09/1.00 vMB 17
568,550 568,550 0000000000000000000e1559beac2ff598d489d9e573740b1a20460a6ca9949b 206 0.07/1.00 vMB 15
568,549 568,549 0000000000000000001fc4d5016221166952c42a8229c38481d54a4727afe684 322 0.13/1.00 vMB 19
568,548 568,548 00000000000000000001f521071f90b2edc19f8c19dcdae0574101d72d60c6a7 842 0.30/1.00 vMB 16
568,547 568,547 0000000000000000000a9a082ce74ed557cb871739bb10a85c38122c87fefc53 486 0.20/1.00 vMB 13
568,546 568,546 0000000000000000001424d15cfe3449c3f9718f0a064020d8564b173e2f8f29 1,671 0.56/1.00 vMB 16
568,545 568,545 00000000000000000000aff6b78a2d60693241384e6675335d8fe4f3d8dcd1b5 1,454 0.59/1.00 vMB 16
568,544 568,544 0000000000000000000c6df66ab26da90492d6549894c6b32bec954934f0be8c 2,637 0.93/1.00 vMB 24
568,543 568,543 000000000000000000190d81aec3c33e0a10b91175fda2ac46f0290ec1757427 891 0.28/1.00 vMB 20
568,542 568,542 00000000000000000029f0ff4f2a2c4d17614cf640fa51c6105614e9b59175c0 14 0.00/1.00 vMB 15
568,541 568,541 00000000000000000003db865534b9807b7383c0515587c74d9cf1d3a89780e9 1,540 0.53/1.00 vMB 17
568,540 568,540 0000000000000000000859d2c17a98bb32585001cce185f090e8c4f95e70e8f5 1,349 0.52/1.00 vMB 34
568,539 568,539 00000000000000000015adfb0fa25dac06e56f9495f9df4fa7fd6bb0f0a1b3c1 1,291 0.43/1.00 vMB 15
568,538 568,538 000000000000000000036ace954d08646f95e554bddc32dc829c467f7b042d36 3,236 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.