Loading Tool

Explorer IconExplorer

Memory Pool

88,154 transactions
32.27 vMB
0.17013194 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt c1ddf655957a047d6f0bd8fb1761060158fb9ca6c06e695be7bef8bfd3b85c25
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 567cf6098d5fd64346feaaa73e747f8349d23783f9fddcf117ce7f8af40586f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.08229306 BTC
Feerates: 216.64 > 8.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (342,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,277 572,277 00000000000000000027056aada5c5b6c0100394c53264eb138a3a2d48432f38 1 0.00/1.00 vMB 0
572,276 572,276 0000000000000000001da9ffed30f5e9e35d299e984dc3ef1c34789676ec9d66 2,427 1.00/1.00 vMB 29
572,275 572,275 0000000000000000000fc65902f0fa39f3a6731d6b33c150c05550ed24d8d8b0 3,307 1.00/1.00 vMB 58
572,274 572,274 00000000000000000006cce0d00ac2ad51925a35940b54f895e43aea22119f9d 2,017 1.00/1.00 vMB 86
572,273 572,273 000000000000000000194ffc57757aa618c957be8d5267055722104c767984a1 2,371 1.00/1.00 vMB 53
572,272 572,272 00000000000000000007c5b14c20304e5ef61466af442c278ae8a26efcb42087 1,806 1.00/1.00 vMB 44
572,271 572,271 00000000000000000011b8eefd9010bdb722b1e74e76494faa82e3a9b258dca0 2,784 1.00/1.00 vMB 75
572,270 572,270 00000000000000000009add76a704db8d7412cfe3f5306fcde58dc5fe8351852 2,035 1.00/1.00 vMB 16
572,269 572,269 0000000000000000002295fa8084e68efc56f8224cfb13358462a2f1dd44055f 2,364 1.00/1.00 vMB 32
572,268 572,268 00000000000000000002d34ecbc15de85517f60e47f5568b0ecfe7f7d252dfa2 793 1.00/1.00 vMB 41
572,267 572,267 0000000000000000001d4789303bc901057adb9ec218162f1d11570ad0a83ac4 672 1.00/1.00 vMB 47
572,266 572,266 000000000000000000268969af3b331f89e7335c1d3434c0f83ae432321ea466 1,568 1.00/1.00 vMB 56
572,265 572,265 00000000000000000017a71dfb2c24fb30a4b2eba48148a117deb89773920c96 1,860 1.00/1.00 vMB 62
572,264 572,264 00000000000000000022e934fd081aa7643eebd61316568db7335a7a92df5427 1,812 1.00/1.00 vMB 69
572,263 572,263 0000000000000000001f321e739ac3f934f8435bbd3d045d1823331067778ae0 2,077 1.00/1.00 vMB 68
572,262 572,262 00000000000000000001c360c6fac955e3f2232188149126678f8654e05a0dde 295 1.00/1.00 vMB 39
572,261 572,261 0000000000000000001a435a4d3613fdc3bad6692d0e5e8c6ee1cb92ca7f9bd9 1,582 1.00/1.00 vMB 51
572,260 572,260 00000000000000000019d703fb5c4bffae1d7a6b385a320b0474262f0b1736da 1,643 1.00/1.00 vMB 60
572,259 572,259 0000000000000000001e94ca2a9c0ffd92396ab9ccffb98acdedb3b4f5abd7b3 2,218 1.00/1.00 vMB 76
572,258 572,258 0000000000000000000a0b153989604f28e311eb6d18ae295963a0121e96b818 2,851 1.00/1.00 vMB 82
572,257 572,257 00000000000000000013a0fcca736b5f3b99e65952b30c54c5ebe90a5c74f4ab 1,597 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.