Loading Tool

Explorer IconExplorer

Memory Pool

27,690 transactions
24.41 vMB
0.05011262 BTC
Random Selection Loading Transactions
Max Size: 120.27/200 MB

Candidate Block

Mining Attempt 146dde42e0a7fc2380f6fc2bc4d2f08d3cbff056822ee148d72fd9862cf0e089
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 2e9f510c3e1848dbbff7c7131dad068537a7242a97964ce39d9501b9a79567ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.00688502 BTC
Feerates: 73.20 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (331,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,218 583,218 0000000000000000002019ed8c92a3746e8d2e4ec0905e1b6e3399e62deea08a 1,611 1.00/1.00 vMB 56
583,217 583,217 0000000000000000001b52e5daaaed1836fa7ada2e1eed8a64998824f11c0d9a 2,612 1.00/1.00 vMB 7
583,216 583,216 0000000000000000000a0a320b2874b9dfa9feb1ecfb4bbf355d640c2605edff 2,774 1.00/1.00 vMB 132
583,215 583,215 0000000000000000000b9bc237f3094c1b07abab40d6c17220a68f27fa5a99e3 2,843 1.00/1.00 vMB 20
583,214 583,214 0000000000000000001809ca0369f8cfb8c8349c984a31d8b863c7ec86b2057e 2,543 1.00/1.00 vMB 21
583,213 583,213 00000000000000000004b3f95320f8d820eb443309cd2eb51dbb0794499d0205 2,453 1.00/1.00 vMB 36
583,212 583,212 000000000000000000018055a763407778ca6d33695453ff27e254a8e9ce525e 3,291 1.00/1.00 vMB 132
583,211 583,211 00000000000000000000e6381073e48e77f738131da0613cb7506bcb4b395659 2,626 1.00/1.00 vMB 64
583,210 583,210 0000000000000000000e054af34c7e84ef44d8f32e6488426fe252ae3639b09f 1,578 1.00/1.00 vMB 126
583,209 583,209 0000000000000000001726f774696f3c428a1b70807b3b01f253d273d4b042db 3,377 1.00/1.00 vMB 156
583,208 583,208 0000000000000000001581f8e20cf6e4a6fce2d885996c5afd6a6861327030d3 2,935 1.00/1.00 vMB 52
583,207 583,207 00000000000000000016361956d028262e9ca879eb70990367f3a1c0c5f0f02e 2,258 1.00/1.00 vMB 123
583,206 583,206 00000000000000000014e6a7974e0ba8974d276562f9633b4cfa931d50496607 1,886 0.59/1.00 vMB 66
583,205 583,205 000000000000000000104b55940e955ab6f5b91b7797eaf52d36fe1105c10fba 1,236 0.41/1.00 vMB 66
583,204 583,204 000000000000000000130c34214917b2d06d8b6f990e26aa26b2d6beb24b690b 1,152 0.36/1.00 vMB 85
583,203 583,203 0000000000000000000658af3610d534956794837bf54c97ba3dfff38539949e 49 0.01/1.00 vMB 79
583,202 583,202 0000000000000000000ca5eade000d1c625ee13293749a0dfe11590b2559a060 1,278 0.52/1.00 vMB 88
583,201 583,201 0000000000000000000402d6cd9258b98e2237bc2f7b2a537ebf1e0a25933826 506 0.26/1.00 vMB 51
583,200 583,200 000000000000000000197b7a35e7cfb66c4eb3d8f502fefbfdb367e909c71892 294 0.09/1.00 vMB 68
583,199 583,199 0000000000000000000a07352093aa21a454558195aa8e00da974c0c89ccdf4e 825 0.29/1.00 vMB 76
583,198 583,198 0000000000000000000d62d2fb9cfcc6b3f4e9d819aa74008d706e8631af9af5 1,756 0.62/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.86 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: 641.75 GB
    • Received: 12.52 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.