Loading Tool

Explorer IconExplorer

Memory Pool

82,180 transactions
31.10 vMB
0.10785766 BTC
Random Selection Loading Transactions
Max Size: 188.70/200 MB

Candidate Block

Mining Attempt 9cfbc203d40f7e61787ca9968985149fdae8a286a59b085388ead262dea762ee
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a8413979d5896709be35246367a3344d89ff26f46486dfb4c54b3126799aa91e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,379
Size: 1.00 vMB
Total Fees: 0.03454490 BTC
Feerates: 803.65 > 3.46 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (628,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,052 287,052 0000000000000000f9af27bac872916a3d7af538b64636c28c9013aaf78af4bf 197 0.22/1.00 vMB 20
287,051 287,051 000000000000000057b21b9dfd8b010818737721d49d033f762e02f0bd05c275 745 0.35/1.00 vMB 43
287,050 287,050 00000000000000013deb59b84bdd8725830a65656288d5a6a4c7ef549be9e72a 792 0.42/1.00 vMB 34
287,049 287,049 0000000000000000c8c196798829b31d61ec1207ea3ba276fb2d2193ba453ae9 381 0.23/1.00 vMB 31
287,048 287,048 0000000000000000ada8edfba5207a446545b26b0e4b41ae525fbb164a5e8403 165 0.06/1.00 vMB 54
287,047 287,047 000000000000000116329e57d2ff441e45867b7361f1470a50d2b23d388104dc 506 0.26/1.00 vMB 33
287,046 287,046 0000000000000000e2b709732679908aa950482ff88e04ddd57d4880fd27bbf3 235 0.14/1.00 vMB 28
287,045 287,045 000000000000000133e163175778a5ce9dc9008bf085875c8517533cd297cf47 205 0.16/1.00 vMB 26
287,044 287,044 000000000000000045ecc517bc3889b1d5a435daffb72599083775e23759d88d 770 0.42/1.00 vMB 37
287,043 287,043 000000000000000039f501f278960715f8de57beff458805c095627237f61366 567 0.35/1.00 vMB 27
287,042 287,042 0000000000000000e750f9d153cce5f3deb50b0fedab1213131552693a958a21 1,137 0.35/1.00 vMB 55
287,041 287,041 0000000000000000cf6fa7227fe72b7e83d6e95d019ace8cdd95a41f166e861b 761 0.40/1.00 vMB 37
287,040 287,040 000000000000000112c53364597954e79cc38f1ba7826a6420ad22a6f3be2932 81 0.04/1.00 vMB 31
287,039 287,039 0000000000000000c3c5eefab84f2023f7d0b59f530704a03e6a966fe055bf5f 89 0.04/1.00 vMB 45
287,038 287,038 00000000000000008d9708799cbe5d74e01df0736076e44dcc0e1c00d10e2095 290 0.20/1.00 vMB 30
287,037 287,037 000000000000000157bc458b6a109f2366b602c71bccf528a273243e431092ea 27 0.04/1.00 vMB 14
287,036 287,036 000000000000000102dbfcb61c4a158b09d74cbd565cdf33bbb85a2693de01ed 63 0.10/1.00 vMB 4
287,035 287,035 00000000000000014f310520d600cc95f54a7e26536d4cf2f459b5df60da0bdd 187 0.09/1.00 vMB 33
287,034 287,034 0000000000000000e43f8affdfb45eee683c88c2fb79238937324c2aea85f5dd 88 0.10/1.00 vMB 8
287,033 287,033 000000000000000122c5b0ea37d81198353710b059a00d074814792ed87fbd47 68 0.06/1.00 vMB 32
287,032 287,032 00000000000000015429cb1f12f292cfc5f0eec53316fc9d0e6007d7e39e63a2 176 0.11/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.