Loading Tool

Explorer IconExplorer

Memory Pool

28,035 transactions
10.11 vMB
0.03386206 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.87/200 MB

Candidate Block

Mining Attempt 919d746f1974343f397ae6d8c93475ba40fd992eebd70e247bcb738acf5f9f56
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root eb0a0617827280fd4aae1fb7546e0773b69db39ea39bff9100f68af88773000e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.32 vMB
Total Fees: 0.00873893 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (771,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,110 142,110 000000000000059229ab8a44ddabd89bec3d9772fa4e69b1e6d7c230e4ba4fbc 134 0.05 vMB 73
142,109 142,109 0000000000000138070109ccd23183ef5c63e204be62ef52eaae9e5c92ed3099 97 0.04 vMB 305
142,108 142,108 000000000000062598db0d2ae1d7b7b7558eddfea7f96f48675a89fd79b815dd 49 0.03 vMB 44
142,107 142,107 00000000000008a3f01d78118d5f568a12334b3603921d915e12d735ce81d53c 27 0.02 vMB 231
142,106 142,106 00000000000001477b87192bf9e3f6cd08e6391e424ee277e06cdd6dba8d7e14 1 0.00 vMB 0
142,105 142,105 000000000000076195f9b537a3d9cceafea4c28838d585a91cfb6afab8e0b33b 8 0.01 vMB 16
142,104 142,104 00000000000003a7bcf4e3986ed09fc165f57a907bfa57b2954d9bb1c61b07df 110 0.03 vMB 39
142,103 142,103 00000000000005dc1c72f0b4afe2f871fa93e77005b1e3f417c1ae849d337bdc 30 0.02 vMB 102
142,102 142,102 0000000000000250d6b22a7787c13da41ea826c034cb4ba0eda09c48705fe2ae 97 0.05 vMB 115
142,101 142,101 00000000000004233c09c1daa2411f7a79a02bc919a7932d7b3af9b3f7e78873 83 0.05 vMB 75
142,100 142,100 0000000000000599ae84a9e36af3c3e00a0d6f8a65a2dcd2038c7efb368858df 92 0.05 vMB 267
142,099 142,099 00000000000009095cb8cd3315b084903048188e08d551d2f0fc06b09182866d 12 0.00 vMB 49
142,098 142,098 00000000000007129967b7e353aa86efc438fa34b648cb1b7582c209b30d0f0e 30 0.02 vMB 173
142,097 142,097 00000000000006ce5a18f566e4f5725b95b1b1384706f8956ab08b2ddb31a261 1 0.00 vMB 0
142,096 142,096 00000000000007f45dadbc1ede49ade553e32059a5f0ebbc778a753a19c0fb7b 113 0.04 vMB 3
142,095 142,095 0000000000000011b6927488d599ca9f5252cf4a36586e8283558b97848b19d6 103 0.06 vMB 315
142,094 142,094 0000000000000218fcf5eb2ed71ad2d3c6068ad6d5dcff776e2d02130e877b1a 156 0.06 vMB 962
142,093 142,093 00000000000004dd5b44df24a397c364738eeff064aa7fc4008593c941d3bbf2 47 0.02 vMB 242
142,092 142,092 00000000000008e259dcb593afa18e3db50686205d6f19ae7d2648d7aa6a90d3 58 0.04 vMB 151
142,091 142,091 00000000000008f88fc6f75939d7138868c3d7f75a7e4b9638af9a459f0c8a40 27 0.02 vMB 225
142,090 142,090 00000000000003e3f87dedce4e2109c88ca9ff5209dc4357978294dcef498236 73 0.04 vMB 5
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 90
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.10 GB
    • Received: 0.67 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.