Loading Tool

Explorer IconExplorer

Memory Pool

73,865 transactions
27.31 vMB
0.06578450 BTC
Random Selection Loading Transactions
Max Size: 166.73/200 MB

Candidate Block

Mining Attempt 569e77a7c935d7c939a22a80cb7e903a24cfb62288149bd5b249b43a0642d33e
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root af7f5fd3750dc5b6b482dafcc06137a15d0fb372e041bc237243d27653991e88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.00771294 BTC
Feerates: 73.20 > 0.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (776,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,278 139,278 000000000000085808eefb57a2f495e5143e0df43e3287b458e06e77b3951a5f 65 0.03/1.00 vMB 99
139,277 139,277 0000000000000164627acce3c11bd8e821d7d9434be05b35e190969893d90273 33 0.02/1.00 vMB 107
139,276 139,276 000000000000028e479451ee5babc9c26159fa82a656307338ede76a66dc2505 57 0.02/1.00 vMB 342
139,275 139,275 00000000000005f2eb9f4fee83ba5e22b8b53eea8c12c28e0ab4242270c58911 14 0.01/1.00 vMB 149
139,274 139,274 00000000000002e42b32e95ec7b6359f0a51cccd73e7334a4b148a83e23c7483 57 0.03/1.00 vMB 113
139,273 139,273 00000000000007d0cca9ae375ff88c4f3ed25b09b2c1d86d8ce18e602a4b7080 10 0.01/1.00 vMB 27
139,272 139,272 0000000000000185ad6ba15c096e5320b7e85aadb2f5147c21ff1d939d510aca 97 0.05/1.00 vMB 126
139,271 139,271 0000000000000200fb24d80ff7469023eb90c05807d9799bd4846253859e2c92 31 0.02/1.00 vMB 44
139,270 139,270 00000000000007ce558cfa9acccd3d5ec5222fa03dc4bf3c5f2aabaae80f6813 11 0.00/1.00 vMB 80
139,269 139,269 0000000000000636d87400d1d160efa62609fbbf38309b2332d7e01cea2fee29 28 0.01/1.00 vMB 51
139,268 139,268 00000000000004f90c23039284198c5ede5161c4e68bf084459140bea72e7ead 25 0.01/1.00 vMB 251
139,267 139,267 0000000000000030b439dc2ecd1760c139c62d4fabc29f81155b19249da6b3e4 8 0.00/1.00 vMB 54
139,266 139,266 000000000000015f5a075d505815a70b3f7b3dd8905d035211f7dbf9ac50f1c5 77 0.02/1.00 vMB 149
139,265 139,265 0000000000000297af3b0e4ece2ebbdf4f94336b5b1fa138ab5d2767f68592f6 151 0.05/1.00 vMB 212
139,264 139,264 000000000000089c071cb2c64a48e5641f4a5f4889e22e85d820980b7b5ecf04 123 0.05/1.00 vMB 401
139,263 139,263 0000000000000178fbc74ea9b804038cf50eba0f2a7b867f54cd3db6d623f979 56 0.02/1.00 vMB 177
139,262 139,262 00000000000001bdd68dba34d39ea22337f9257ad6e39c2a5f27ad3caf81fbe8 18 0.01/1.00 vMB 136
139,261 139,261 0000000000000453667f29c45ec37a790e16f0c041dccfd41aa61efcf92a1fe7 12 0.01/1.00 vMB 835
139,260 139,260 00000000000001bdcb241d020b4e6bc2d43fe2732ab97c1e6a2239f3f45938f9 24 0.01/1.00 vMB 44
139,259 139,259 0000000000000052bf07873e4b8105438d8fdffe2f5325dfac8bf03dfc23f15c 25 0.01/1.00 vMB 219
139,258 139,258 000000000000015e11e451a90c8f23c9a66a2385a9467aa68bd6985b5da73c2a 13 0.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.