Loading Tool

Explorer IconExplorer

Memory Pool

83,698 transactions
31.38 vMB
0.10092212 BTC
Random Selection Loading Transactions
Max Size: 192.36/200 MB

Candidate Block

Mining Attempt 2caffe66e6a3a142b032a6b9aad085a7a667589f4b6b61c3944ab8e2549cbd30
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root e8889581e824d8168bed44d2f541927151681d2fa43e07e5d5c7a0457835bff0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.02981234 BTC
Feerates: 235.42 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (320,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,159 595,159 0000000000000000000192b3bda3071a064b072956583b07013a996cfa8ae7ca 1,954 1.00/1.00 vMB 10
595,158 595,158 0000000000000000000f6968621d694e19868a8da404377c9c6b57c2c9cfb1fa 1,607 1.00/1.00 vMB 4
595,157 595,157 00000000000000000007dee409b46e89724f795395e8409242ceb7067be25927 2,649 1.00/1.00 vMB 23
595,156 595,156 000000000000000000018511e026d0c64e6b2206e49cf17d2f71d81759d78bdb 2,052 1.00/1.00 vMB 10
595,155 595,155 00000000000000000012b2f60b2569fb5f8c4a78bcc059916aa79242cb2cbc7d 2,470 1.00/1.00 vMB 19
595,154 595,154 0000000000000000000aa8615021ef4ceae0bb21809b9abf92fcd31770e1a971 2,812 1.00/1.00 vMB 17
595,153 595,153 00000000000000000012511e43b0bebb7cf9511e30559e4b5c078ea334f0fe4b 2,536 1.00/1.00 vMB 48
595,152 595,152 00000000000000000009cb7d091552b1a99b03c67f6b927672e3ae2a502d51cc 2,068 1.00/1.00 vMB 20
595,151 595,151 00000000000000000002062bc519f57bffb4edfc10709fe2cadd979ef44ec5ed 2,027 1.00/1.00 vMB 20
595,150 595,150 0000000000000000000fd44f5b555f1a9254bc90f171911bb128755659a883ef 2,462 1.00/1.00 vMB 31
595,149 595,149 0000000000000000000957bcaf0b75a0edafcf3e8c351868b191686b77e67d4f 2,803 1.00/1.00 vMB 7
595,148 595,148 000000000000000000029582b4c5fcb63681aba7abc3385690a2c5feaf1e900a 2,670 1.00/1.00 vMB 27
595,147 595,147 0000000000000000000948a906a039f7b3b34d061d73fd32dee58b07f2735f17 2,692 1.00/1.00 vMB 18
595,146 595,146 0000000000000000000b1a1416fc6a8bd2fe758ffc629825caec322406225d0d 1,752 1.00/1.00 vMB 15
595,145 595,145 00000000000000000006b8994ff307e90d15ad90f76c395203758a4d5038e405 2,456 1.00/1.00 vMB 18
595,144 595,144 0000000000000000000eded9d1328fdf09ffb7a5455e6556ceed7276344d7fe1 2,831 1.00/1.00 vMB 37
595,143 595,143 00000000000000000005317732651d0c53debf963bcdded44e0705d5e8b0a936 3,059 1.00/1.00 vMB 21
595,142 595,142 00000000000000000008940436d0d22b9a2968ee841891e6f2172f48a86dd462 1,954 1.00/1.00 vMB 20
595,141 595,141 0000000000000000000bc850fe8f8d3a638ca3b909d34b4463e7c94e7dc14650 2,875 1.00/1.00 vMB 53
595,140 595,140 00000000000000000007d21bd814b48664738c6a16ffbf79530b478a80a8af8d 2,247 1.00/1.00 vMB 26
595,139 595,139 0000000000000000000565427293b0b8928b3cd15ee101423dcfaa3d1fc7e7c7 2,044 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.79 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: 709.78 GB
    • Received: 16.98 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.