Loading Tool

Explorer IconExplorer

Memory Pool

28,211 transactions
12.35 vMB
0.05024501 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.62/200 MB

Candidate Block

Mining Attempt ba631979af5cdd8939cc57d6742ced0c290d739591bfec4a84048315c4cfcb5d
Version 20000000
Previous Block 000000000000000000010f5864303435c7d4b533f7b7bfc98b785ff89c03eb50
Merkle Root ccab06311ec3f2b8bc6f127ef616be6a3a6bb5e8d067354dc3292c3cda891d2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 0.9978675 1.00 vMB
Total Fees: 0.02878467 BTC
Feerates: 159.12 > 2.88 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,755 (761,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,427 152,427 00000000000003b8fcaa8abf3d22af8fed61273d5060c700ed9c83ef46c2192f 6 0.00/1.00 vMB 34
152,426 152,426 0000000000000632f48237b96b4b1228f6c08b0898b08a59a9064b71e731b9b0 76 0.03/1.00 vMB 124
152,425 152,425 0000000000000970bf95a49402a61a0c1d8b3d2508df88fb2a3122bc8315e276 24 0.01/1.00 vMB 38
152,424 152,424 000000000000084cb9f11f2671ba28c62f4c6109100e75d1dd996878590e3453 10 0.01/1.00 vMB 0
152,423 152,423 00000000000008e5dfbbba27c597500dec14f6c9fb30b516111aec7092aa40e9 44 0.02/1.00 vMB 91
152,422 152,422 0000000000000b57dc4e1a7cf9493fd2c32ae2e94f8081b86326293439038974 8 0.00/1.00 vMB 71
152,421 152,421 0000000000000a6bbbd90792eadf64fc5b0e0371f73e1e96dadaed7d9175b14d 3 0.00/1.00 vMB 193
152,420 152,420 00000000000009a3761300fc07d4217659d1f5c524804e33ebbc09ed2aa0b192 54 0.03/1.00 vMB 150
152,419 152,419 00000000000003b77fa4b5583fda42b34ca14b45eab94bf1e6212e694bcb6f83 41 0.02/1.00 vMB 112
152,418 152,418 0000000000000df03048c61be50bf0d92300b003aa381b1b910ee5de0eb5290c 7 0.00/1.00 vMB 37
152,417 152,417 000000000000043a186bd96473283ef904d98ac83a2ca6e53c584e7697ae9525 48 0.02/1.00 vMB 135
152,416 152,416 0000000000000dbe361d7c68b4c12e88017bc0ff9bf4fc4c74ca3763edfceabe 22 0.01/1.00 vMB 118
152,415 152,415 00000000000009c7cf5d8822610fc6a5e4028f09ec4e3b56095386e9b032d404 28 0.01/1.00 vMB 53
152,414 152,414 00000000000003b748a10c71216331bc7b782c1cbd73d9188ee0c18c4367679d 12 0.00/1.00 vMB 130
152,413 152,413 000000000000054b7ea962c50c575767aac9bdededd0d9c9b9cd2e0d1682512a 9 0.00/1.00 vMB 22
152,412 152,412 000000000000064b9402f16158fb3de64e1d8b7b608f49f8c030f26018dacdb4 73 0.04/1.00 vMB 185
152,411 152,411 000000000000085499a72899f8f2e65926a88273b2b9e1137be28b7f9726a8c8 9 0.01/1.00 vMB 26
152,410 152,410 00000000000008b52c4d0a498a1573823f160517a9684163404078d72d70662c 31 0.01/1.00 vMB 79
152,409 152,409 000000000000071636177a176220ebe1424ad48387bcf6bcffe807e12d5a1b2d 34 0.01/1.00 vMB 259
152,408 152,408 000000000000062d27072fa702600fb653e09e1b50d432ea509b2da2ea940de4 44 0.01/1.00 vMB 59
152,407 152,407 00000000000000f7fccf8162e511e0b9d294673015bde1cc6cb982e81e05eec3 45 0.02/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.70 GB
    • Received: 3.97 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.