Loading Tool

Explorer IconExplorer

Memory Pool

79,510 transactions
29.68 vMB
0.07431492 BTC
Random Selection Loading Transactions
Max Size: 178.41/200 MB

Candidate Block

Mining Attempt 8eb1f9b7b28a094f82887a5daef47d9d0f6a86b0eaba8a53e7e0f73d7595f647
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (235,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,046 679,046 000000000000000000052bb30b36b57074f86922e655a97818b1fbce7f08f65f 2,321 1.00/1.00 vMB 60
679,045 679,045 00000000000000000001e7190dbe04c02b437db055d879f7d0de465add4a2630 2,349 1.00/1.00 vMB 64
679,044 679,044 000000000000000000018e42e509d585c43e0516b83472cdf7c9dbca45cd3244 2,293 1.00/1.00 vMB 37
679,043 679,043 0000000000000000000bbd14af2184197141d35da0f52f9621d96f9523cbb5d9 2,291 1.00/1.00 vMB 46
679,042 679,042 000000000000000000025c07fab9a132e8b5f6f9cee04eecaad5eb9d7b58173d 3,097 1.00/1.00 vMB 57
679,041 679,041 0000000000000000000b25f4d9d17a227f6d6ddd65ba67b2a65ffe4652c1cba0 2,512 1.00/1.00 vMB 76
679,040 679,040 0000000000000000000aac3cf4749e79fa3783fbda649de2e21d91fc25666f3d 386 1.00/1.00 vMB 66
679,039 679,039 0000000000000000000a648ef0401cf65708bf96ea3de3464b93a324cda28660 2,351 1.00/1.00 vMB 74
679,038 679,038 000000000000000000024f20458455bcc30f47ff1f2096c3c1b79ed236f1de38 2,660 1.00/1.00 vMB 88
679,037 679,037 000000000000000000054b37455eb59ff21c4a7a9f36ff9eda47538fb01585f3 2,763 1.00/1.00 vMB 81
679,036 679,036 0000000000000000000645190b239347e8696fa99634b80f8d97eaca5df2e2de 2,732 1.00/1.00 vMB 66
679,035 679,035 00000000000000000000dc7b85b5e058039f725464071fdceff17e4bc5b6321b 2,666 1.00/1.00 vMB 84
679,034 679,034 00000000000000000001d7137006d6574bbbc0c5382c82d8a0fee9b7b0b5a0ce 426 1.00/1.00 vMB 66
679,033 679,033 0000000000000000000b00bb30eb6d25d132482b98c09d8cef7b86a5a7035b54 1,677 1.00/1.00 vMB 78
679,032 679,032 0000000000000000000764de4b086505f42bb13d3d0408d7393c37213c136e67 2,906 1.00/1.00 vMB 70
679,031 679,031 00000000000000000004b884cef0516371d89e711b98bda9665ad96cf9e14401 1,910 1.00/1.00 vMB 49
679,030 679,030 0000000000000000000a26c39eeb20ec21aaf42988f49e44b3ad9a3547a80145 2,888 1.00/1.00 vMB 55
679,029 679,029 00000000000000000009ccaf3bcb27dd82081b1c66844daa1e2236d21f3cafbd 2,509 1.00/1.00 vMB 67
679,028 679,028 0000000000000000000056c33ef95ce1d45e5c19d4f7ab26c2e5b8a44faeb2ef 967 1.00/1.00 vMB 72
679,027 679,027 000000000000000000012c733030bbedd8a01d3427e072fabf64cc066a8bba5c 2,794 1.00/1.00 vMB 83
679,026 679,026 0000000000000000000323d7b71085612326417f17b9c7b3e26267ecf0528000 2,822 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.