Loading Tool

Explorer IconExplorer

Memory Pool

75,993 transactions
28.41 vMB
0.06819247 BTC
Random Selection Loading Transactions
Max Size: 172.03/200 MB

Candidate Block

Mining Attempt 0cad7f7a171f633b5211a052b309de782c87a9792d71d9d8e7682816fa09cb86
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root cf35dbb4ba56b5096cc81d5e61f1b38c58f2d7eff453bbc4484de81a4b82a6a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.00925582 BTC
Feerates: 100.17 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (393,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,086 522,086 00000000000000000028b59b11e16e60627b4282beb0aa98bfecdbee2b43d4b9 2,532 1.00/1.00 vMB 52
522,085 522,085 0000000000000000001b87b1311b2c84998093e72205dca6122b1fecdd35b378 282 0.10/1.00 vMB 25
522,084 522,084 000000000000000000362a679f8d91488a163d9761a968b5aafe086cf9a2d6f4 1,025 0.44/1.00 vMB 7
522,083 522,083 00000000000000000043515d39b766b3129687761f5bdc09aab8eaf74b53166b 2,052 1.00/1.00 vMB 35
522,082 522,082 000000000000000000156e4fb880dc3f7c233779f35a7d8ec82ad2b458f6c998 1,603 0.83/1.00 vMB 6
522,081 522,081 0000000000000000001eace12dcdc73b1e6c9456e2085aa54fb27f9e50010867 2,365 1.00/1.00 vMB 42
522,080 522,080 00000000000000000025ac3987eef58cee7807606a0e432a063e4c4c1b83d3e7 797 0.41/1.00 vMB 34
522,079 522,079 000000000000000000325d1736c9a61f5d7d064a6cfe4690de12f50d0cc79f6e 66 0.02/1.00 vMB 35
522,078 522,078 000000000000000000205e9570aa338b2d96eb638f82e58e4cba699d6cfc82aa 1,707 0.97/1.00 vMB 23
522,077 522,077 00000000000000000030faae4f4a12b070e79dfe33b07792758a0e40ec5d1c4d 2,016 1.00/1.00 vMB 10
522,076 522,076 000000000000000000277297453e042403a93f43dfbc0de858e06252a23487d8 2,699 1.00/1.00 vMB 43
522,075 522,075 00000000000000000041b380b4d8e9aa63dffa71d4723bf04db0d7b8c8a74486 1,360 0.67/1.00 vMB 7
522,074 522,074 00000000000000000000e80d4013be137c1dded8234765e1a33f447135c176d0 1,608 1.00/1.00 vMB 23
522,073 522,073 00000000000000000032ea1c5af4da422ce83156cac75e48b6c4f2e390f8e09a 1,156 1.00/1.00 vMB 35
522,072 522,072 00000000000000000007e5b707190c36b153c0fe8245203cfc8ef8e08380639c 627 1.00/1.00 vMB 66
522,071 522,071 00000000000000000031b9550b8b3c6cb58d26589d7d4e4daf9fead81f4d3f29 695 0.28/1.00 vMB 19
522,070 522,070 000000000000000000162210dbf2c64dc95b779bf18bfffce3bf51540a3b7088 2,346 1.00/1.00 vMB 33
522,069 522,069 00000000000000000038125f5fbbfce208cf4ba2bbb809b733ee6c3d6afeab4f 631 0.34/1.00 vMB 14
522,068 522,068 00000000000000000000b3f7c71c50327148f160c197a7173d982e379e431126 1,977 1.00/1.00 vMB 26
522,067 522,067 000000000000000000419ef74a2f769a39333bf08eee2abee6a453ad4601cab5 2,558 1.00/1.00 vMB 10
522,066 522,066 0000000000000000003d0f1b999f2c887520563b9f8e92442eb61a6de225fe73 1,922 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.63 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.12 GB
    • Received: 16.15 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.