Loading Tool

Explorer IconExplorer

Memory Pool

11,739 transactions
9.93 vMB
0.03258704 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.44/200 MB

Candidate Block

Mining Attempt e1ff95f374633a5efda7ea71f098bd98cfb84a4835300cff72a2c115ef33d587
Version 20000000
Previous Block 00000000000000000000c62eb6b3574aa0b8d680bc9d2c401c79c53a05e8a987
Merkle Root 6ae681b90b770c283bcfe7fb39a07b09534a2cc27690886846db99186001a00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 0.99798125 1.00 vMB
Total Fees: 0.01757788 BTC
Feerates: 150.75 > 1.76 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,805 (756,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,059 157,059 00000000000004036f576e9be84f3e2ca4801009d686cb135f0fc2a443b092b1 12 0.00/1.00 vMB 504
157,058 157,058 00000000000007770dc94e2ce2c9babf1196037a8b990f94600a2cd0024dd166 33 0.03/1.00 vMB 237
157,057 157,057 00000000000008ecf335a469baf54106b88a589e26a114fd5986e84446a25e77 22 0.01/1.00 vMB 229
157,056 157,056 0000000000000610c0325f37d4921e474852ed931722901787225c34eb7d628f 54 0.03/1.00 vMB 63
157,055 157,055 0000000000000a3b8c15e7de060b0dd64447d883070504d1eea71258e4124e8a 83 0.03/1.00 vMB 113
157,054 157,054 0000000000000cd8665499efbf2775afbfe094df8c4170e8ebc1880fdc37791c 5 0.01/1.00 vMB 47
157,053 157,053 00000000000001eb65c64f03c39936e54f9bd288ccf94d617691498eee27e8f6 22 0.01/1.00 vMB 26
157,052 157,052 0000000000000a75fba8aa6c1fbfa908dea5f09ba76405ac11ce9fae88a9fb10 11 0.00/1.00 vMB 255
157,051 157,051 00000000000005911af87ab6ebe0627b529a9b5970186aca4b255eb86fa49847 34 0.01/1.00 vMB 137
157,050 157,050 00000000000003fdd6788bfd70a5ed27adcba37d04e9c0692503611ce8531a79 116 0.05/1.00 vMB 57
157,049 157,049 00000000000003256b8f9427d46ca2d18c5d983254a1ce9ac23102196a444683 31 0.02/1.00 vMB 120
157,048 157,048 0000000000000724daf57489fdb11a41f0961243119ecfa50e780c7da7cf7e90 16 0.01/1.00 vMB 771
157,047 157,047 000000000000049c92b998a5510d0511f9139b5da6c8d5543a6c927c0d6a7d7c 56 0.03/1.00 vMB 210
157,046 157,046 0000000000000a0e9ad86d4d3608d3b8f3c50c954f57f449ebc9e276c72b6945 1 0.00/1.00 vMB 0
157,045 157,045 0000000000000918ca7f35769306c0e53fc1dc2f6b2d4b609eb930896b22bd84 17 0.01/1.00 vMB 42
157,044 157,044 000000000000058de0e2f57b25f31a9c53242078d2565e308821d2ea8ae1597b 34 0.01/1.00 vMB 142
157,043 157,043 000000000000052deada339a422326003ffe611ec6d8728a1fc38429160b1534 16 0.01/1.00 vMB 86
157,042 157,042 00000000000003a207506eb189a1cc280981808de28db5b2ac106ce4299bdd02 13 0.00/1.00 vMB 36
157,041 157,041 00000000000002ac7b0a9c1c569ab45885e57a0637185402ffe04724eb6c3f87 42 0.01/1.00 vMB 151
157,040 157,040 000000000000012c77ae267e097eca001ada223ea1bf3dbb08d696a5160278c0 8 0.00/1.00 vMB 191
157,039 157,039 0000000000000aa81ce80d8e51cbc82901c1d777423b33d2226766ab5c3954f0 109 0.04/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 780.27 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: 515.89 GB
    • Received: 4.39 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.