Loading Tool

Explorer IconExplorer

Memory Pool

75,014 transactions
27.63 vMB
0.07386875 BTC
Random Selection Loading Transactions
Max Size: 168.68/200 MB

Candidate Block

Mining Attempt e8ec27aac772ab1b924c932aeacda04e6d8dac258263c4becd9d381acfb9a508
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9d3c1073248a1470783fe79191c8f963796a2c484470e58a5710d9da266687ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,389
Size: 1.00 vMB
Total Fees: 0.01480892 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (90,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,712 824,712 000000000000000000037a993f24f3034ee14bcbdfb0b35ae4775fc41ad5799f 3,974 1.00/1.00 vMB 51
824,711 824,711 00000000000000000003cbdce4f91f5b91772cf0c694c1f4bd2bfaee27ce418d 3,249 1.00/1.00 vMB 81
824,710 824,710 0000000000000000000228356bd23652fbc0ba9bf85d9eba0fbf6f7d7776f785 2,836 1.00/1.00 vMB 56
824,709 824,709 000000000000000000031e71d89e51c7b1ff0351ee3493948afaa615952bbdfe 2,816 1.00/1.00 vMB 48
824,708 824,708 0000000000000000000252ad830113f1c47b4d3188235e55e2c961a0a6a3a27c 2,081 1.00/1.00 vMB 55
824,707 824,707 000000000000000000033cb4b34fa2d2866088f38d41454ddd7833d2f52b5e72 2,252 1.00/1.00 vMB 89
824,706 824,706 00000000000000000003986e52e8cf5b06cfecc5ae8942d6681e3c3eb31f0f01 2,910 1.00/1.00 vMB 82
824,705 824,705 0000000000000000000138ad0e7084bf5ba92e89f461900141398106f5d40467 2,257 1.00/1.00 vMB 42
824,704 824,704 000000000000000000021f1eaf955f38a5f4651410f5b6cc2f3d70798ac52ba9 2,839 1.00/1.00 vMB 49
824,703 824,703 0000000000000000000346b22e8ce547ee9f3a3dd52de11affa2765154ef2050 2,920 1.00/1.00 vMB 52
824,702 824,702 0000000000000000000163af25298986f756efc5c44e6f30383de0df2882a0da 2,580 1.00/1.00 vMB 48
824,701 824,701 00000000000000000002259a4c9439d9a8714d516ce6cfac33f1d07704d8c382 3,028 1.00/1.00 vMB 62
824,700 824,700 000000000000000000035fffacb4850d9bf28d5d28b1749560acf28213ffbcf1 3,018 1.00/1.00 vMB 69
824,699 824,699 00000000000000000002cae09081e14c6474eac6df9893e2db39673640bd1dce 2,863 1.00/1.00 vMB 71
824,698 824,698 00000000000000000001377ad3cb03be84c426de5dc9bd12bdbe7bd17fbbf6fa 3,042 1.00/1.00 vMB 58
824,697 824,697 00000000000000000002f162cafa26d10b88e2fe81e8dde3eb2c4b0b84e54e82 3,090 1.00/1.00 vMB 68
824,696 824,696 000000000000000000011fde1911fba4b3ec0894d6f3480eb3b2ff8f329a7fdb 3,369 1.00/1.00 vMB 79
824,695 824,695 0000000000000000000050067dd2f5ccb03719b4e41554ac1fc6064aa6f89d41 3,103 1.00/1.00 vMB 65
824,694 824,694 000000000000000000010cb1fcb8fe3e0cb2e59da356730eb2ac0ebe9c4d17b6 3,258 1.00/1.00 vMB 58
824,693 824,693 000000000000000000009363bb8e54c3cdcd5ba2a56f799f345542be602aa1f1 2,672 1.00/1.00 vMB 48
824,692 824,692 000000000000000000026785d847b882761ac430859aa073602fee8e01286f7b 3,308 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.