Loading Tool

Explorer IconExplorer

Memory Pool

66,985 transactions
30.53 vMB
0.07849887 BTC
Random Selection Loading Transactions
Max Size: 173.29/200 MB

Candidate Block

Mining Attempt e2d037c88a64c467befa8d3eb3ae1e404f5876433f9344f4b6fd53018327e6bb
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 03e4d85be41dd0be54bc8875e3f1a3dadfc050c0cb68e38eac3b01c4928dc63f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,271
Size: 1.00 vMB
Total Fees: 0.01904150 BTC
Feerates: 150.93 > 1.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (326,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,377 588,377 00000000000000000006240bf5f2b7a787bb4651a4de40dbfe8698a74f0c525c 583 0.25/1.00 vMB 24
588,376 588,376 000000000000000000122f65bd11783f7836181ba6c2382c67cfabafd6c41142 2,571 1.00/1.00 vMB 15
588,375 588,375 0000000000000000001c99a7ae225ccb1daeeeaa3c7e10c05eba15d4ef51fb6c 2,892 1.00/1.00 vMB 23
588,374 588,374 00000000000000000008ff39f0e39630b59cbc14bd0652ffa6db3120ae4af6be 2,848 1.00/1.00 vMB 14
588,373 588,373 0000000000000000001b3e79db902fd7fb2e6db7dec06ca8926fb3fa681f5697 2,415 1.00/1.00 vMB 3
588,372 588,372 000000000000000000037a71f58cd8897565ab7ccfb5852cfe2bb4cb1bb72514 2,818 1.00/1.00 vMB 21
588,371 588,371 000000000000000000172f5eded83c8778648dc83b30848864d2f5d50fbac988 2,492 1.00/1.00 vMB 13
588,370 588,370 0000000000000000001aa7a8d966d73e45f55a2428e35b16568b30b4c0ff8b8b 3,065 1.00/1.00 vMB 47
588,369 588,369 000000000000000000161330f4e042d2fa6da9eceecffbe969b03a6bc5f2fd4f 3,135 1.00/1.00 vMB 47
588,368 588,368 000000000000000000115a6e1eb4152efbcf730bda6d1e17c431e58db9f4cba3 2,996 1.00/1.00 vMB 28
588,367 588,367 0000000000000000000a96bc13395a3fcfe791ef91239b52ec9b97bcf79c9c21 2,577 1.00/1.00 vMB 9
588,366 588,366 00000000000000000011f2ecad225c0c3e0ac9e8481c33827552d2d190247180 2,274 1.00/1.00 vMB 22
588,365 588,365 00000000000000000017bc9b76dc97595ab5b3c99c9f66117136e84b983cd4ac 2,662 1.00/1.00 vMB 66
588,364 588,364 000000000000000000076c6241f18b4cd96a33052cd1d7ff8eaed0a3a5c76be0 1,763 0.60/1.00 vMB 15
588,363 588,363 0000000000000000001f1f49771fc7847250ee767765d0ab8de095eb9c544097 203 0.06/1.00 vMB 28
588,362 588,362 0000000000000000001206e3f2d4f21a3e25855dd8abeb933f38b29cdba74503 681 0.43/1.00 vMB 11
588,361 588,361 00000000000000000010559543aa4c6cb1d66fe9aa9502743400d52559bac872 1,116 0.48/1.00 vMB 14
588,360 588,360 0000000000000000000fec76304c2cc562b0d4dfba03781c08794abbd40a636b 1,108 0.37/1.00 vMB 22
588,359 588,359 000000000000000000167b6ab440a1907b97f700d391aa2e53977bceae638d64 1,737 0.72/1.00 vMB 20
588,358 588,358 00000000000000000017630279de09042248ed496caaf27a3d962698219c4e21 866 0.34/1.00 vMB 23
588,357 588,357 00000000000000000004c8100b9167a627d22fe8bb590ffdd52f4f6c39ce995d 308 0.11/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.