Loading Tool

Explorer IconExplorer

Memory Pool

73,062 transactions
27.04 vMB
0.06055111 BTC
Random Selection Loading Transactions
Max Size: 165.11/200 MB

Candidate Block

Mining Attempt 0e3a88980c62c2e118eb60a790365bd217259ecabd0411f7b5f901c3dc81033b
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root a4d1be380cc057af419cb3a8eca2ae6ea74fb2916df29be4365a7f5f9cade36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.00331127 BTC
Feerates: 26.12 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (252,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,489 662,489 00000000000000000009d8613a3ad42b30b1359532c7ff7bf99297302e594ac9 2,556 1.00/1.00 vMB 136
662,488 662,488 00000000000000000005f9cbd04affa76e3c60fbd4d8acc6ceefa8326e9afe5a 2,810 1.00/1.00 vMB 58
662,487 662,487 000000000000000000003ea323f1aa5e4614cf382751a3f9a8e4cd0c239fdf61 2,290 1.00/1.00 vMB 71
662,486 662,486 000000000000000000067008d27c7423a5fca831e8e9f429e1084a1b6875ebb5 2,577 1.00/1.00 vMB 111
662,485 662,485 0000000000000000000a2b2bfb0c95400efc0e73a1f670e45d40b6223623da18 2,369 1.00/1.00 vMB 78
662,484 662,484 000000000000000000080f8b5732ee1f795f7f59438a2562eab2122623018454 2,977 1.00/1.00 vMB 128
662,483 662,483 0000000000000000000b835cad8beb70dcac2eafe651353faa0220e16ba5a6f9 2,272 1.00/1.00 vMB 25
662,482 662,482 000000000000000000007fad9eeff45752d502d890390f7f3bd2589b0789235c 2,320 1.00/1.00 vMB 47
662,481 662,481 000000000000000000033fb4b093bb4115ea3aed0bdb07e3296d9bfc9ce807d3 2,706 1.00/1.00 vMB 34
662,480 662,480 000000000000000000071536efba573469e6de95446d9c9d5c5674bf27d3ae38 2,335 1.00/1.00 vMB 42
662,479 662,479 000000000000000000010e3b1415a51e7e10bfe6405465005b5981f9a8b93073 2,791 1.00/1.00 vMB 98
662,478 662,478 00000000000000000003e13b19cdd962707c627fa00cb88b3bd8a31bdc4df7c6 2,995 1.00/1.00 vMB 140
662,477 662,477 0000000000000000000c5b32219596513af24dc818e1171572e45c7fcde11eb3 2,610 1.00/1.00 vMB 51
662,476 662,476 000000000000000000023c817af9bfdd2c8498b6528459cc1a7568528c41b0bf 2,568 1.00/1.00 vMB 96
662,475 662,475 0000000000000000000c414636f50ec46821264dc204d2afe4c40898258fc5ae 2,142 1.00/1.00 vMB 132
662,474 662,474 0000000000000000000e9e0860ac4bb0d9f7c40607a9329ae24a354ab29235dd 2,896 1.00/1.00 vMB 140
662,473 662,473 0000000000000000000d19c72cd233c0816e34c71318aaa8676497c8368e616f 1,829 1.00/1.00 vMB 123
662,472 662,472 0000000000000000000452e39f322a3753fab3cb21e4e8c6d40a5e170f4a5d56 2,892 1.00/1.00 vMB 141
662,471 662,471 0000000000000000000a68f7e6766947922015460872abb85816d2750eda675b 1,837 1.00/1.00 vMB 110
662,470 662,470 0000000000000000000c74c36fc3ff8495fb3aaf7b587d93f98efe870c40a0b1 2,030 1.00/1.00 vMB 125
662,469 662,469 000000000000000000023bbbdeeba58ecb700324dab57a266c90f823533d838b 2,619 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.