Loading Tool

Explorer IconExplorer

Memory Pool

14,363 transactions
11.01 vMB
0.03920573 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.66/200 MB

Candidate Block

Mining Attempt 867912b46a58e6064dd31f705350be400a79231360f1d6f576ebf8d3a37d75da
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root a8455b61ac7bd4602c5a2b2933695e7c42d35c7ab58503068ad687cc3f421f60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 0.9979795 1.00 vMB
Total Fees: 0.01818093 BTC
Feerates: 151.03 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (719,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,718 194,718 000000000000077b29ce4c48889d710c152c1a58cda4d06aacc8909b648b52e8 382 0.25/1.00 vMB 121
194,717 194,717 000000000000053006093b1c3e57382bd2283e7c297eb4c0090c6efb8e9887f2 79 0.03/1.00 vMB 121
194,716 194,716 00000000000001fc696de1712839bac7017b96c3482a7429a702290c253b2ea5 256 0.21/1.00 vMB 92
194,715 194,715 000000000000020b09f54b6c3505871ee80e610bd6b3caf21a8338f2eba8c0fd 83 0.03/1.00 vMB 3,291
194,714 194,714 0000000000000449bb8a8b9f0bf759e3a2d0de487f66c2e8a1b4582e15bca455 19 0.01/1.00 vMB 113
194,713 194,713 000000000000046e07cf6021ea60db7ecf9e2519125bfea518c8fb14ecf4835e 153 0.06/1.00 vMB 132
194,712 194,712 000000000000006da2f1270a7f6d93a857d723928772777c63104d0a3fc73cd8 100 0.03/1.00 vMB 89
194,711 194,711 000000000000008ba8970afac4b6c039fc5c4066abe83593c771fd0ce9da23a7 256 0.18/1.00 vMB 51
194,710 194,710 00000000000001029f301c050289f3224be68af757fd238ca5c0deb2c427e2e5 512 0.19/1.00 vMB 174
194,709 194,709 00000000000003f36652e9fc863b70e2d785ebedf357da7fa3f7bdba6c062e19 541 0.20/1.00 vMB 141
194,708 194,708 00000000000000bc1a70497c67e366360569937e706b53086ee49b767330a6a2 32 0.01/1.00 vMB 0
194,707 194,707 00000000000004ec853c217e632492f357dbd2d3b9814878af30900ec60d0d64 187 0.07/1.00 vMB 169
194,706 194,706 00000000000003c9346cf7d8dfa7bed45a6400d62e730b6bdcacf85d174a9ac4 203 0.08/1.00 vMB 136
194,705 194,705 00000000000006ce6c1706f8bdf279d93188f47515d6a4e7db7b82e0db8b8f57 145 0.07/1.00 vMB 103
194,704 194,704 00000000000003e50eb43b57aaa14020078197c568d276d6d132ebb76f332eab 256 0.09/1.00 vMB 104
194,703 194,703 000000000000078712273f2c0523742844299dedea98b2449971eea2adc862ce 487 0.19/1.00 vMB 138
194,702 194,702 000000000000019c21ff23bf04018a47994386b86f243c2d9476c1cd3d927c07 108 0.03/1.00 vMB 173
194,701 194,701 000000000000070c28cdeabbca7dfb51e9dac9f83ba85ca7700f683318afd5c8 58 0.02/1.00 vMB 119
194,700 194,700 0000000000000688e74f08fa4d4a10b2756d3e92a3248571b8d9e9e4b853d776 418 0.15/1.00 vMB 166
194,699 194,699 00000000000001aa44e58af382ec95d58664eafde972c5c1cd3eec77f42fd763 9 0.00/1.00 vMB 33
194,698 194,698 00000000000000308641b580caadbffb425d71e25b3f2fd9d9299098c7327c4a 71 0.02/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 780.29 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: 517.15 GB
    • Received: 4.51 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.