Loading Tool

Explorer IconExplorer

Memory Pool

43,985 transactions
26.30 vMB
0.05268724 BTC
Random Selection Loading Transactions
Max Size: 138.92/200 MB

Candidate Block

Mining Attempt b23f03b3d8cf8c4a42e38bb69a78dacaa2919d2a16de1982718331f5a4954169
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root a5e18c2a601c6e8fc91cec28537fbef2f5f686f58a6f8811a3c756e51eb879c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,616
Size: 1.00 vMB
Total Fees: 0.00452054 BTC
Feerates: 150.62 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (819,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,219 95,219 0000000000040eed8f7b69a078cb334274bca9a089ef9fe47bc3b2ef129a4add 1 0.00/1.00 vMB 0
95,218 95,218 000000000007ca08d072af22917f9c0741aa50f9de36054922bd09887d52fd3e 1 0.00/1.00 vMB 0
95,217 95,217 000000000007393cd488b7af618c1718f59b14bb0843ec46da98285218398402 1 0.00/1.00 vMB 0
95,216 95,216 00000000000109cda61019139c43777e3eb7f3835cc157f55841f3a5c63b5171 3 0.00/1.00 vMB 0
95,215 95,215 000000000003e75b7c1c37e589791db90b15643701b2a8cac361b5636f990926 2 0.00/1.00 vMB 0
95,214 95,214 00000000000083b3b8a10071ea99457dc921af8950135693af4b12eca335699b 4 0.00/1.00 vMB 0
95,213 95,213 000000000003b2c355335b646d7e00136b834ce96bf501953781a290c8bdb147 2 0.00/1.00 vMB 0
95,212 95,212 000000000006a8ce2899c163710bdc722272aa14ac4f61fcdf09aa88d01fa4b7 1 0.00/1.00 vMB 0
95,211 95,211 000000000003255d72de26456e2d741ad1a8bf86a275597fc20b9bda04ac4bf2 1 0.00/1.00 vMB 0
95,210 95,210 0000000000037b7ee71c348b67caef84ed7e1c3cf8f9ed2d11e511c3471b8c23 2 0.00/1.00 vMB 0
95,209 95,209 000000000006fb2982c1d52657c7a09e82d2440b80ae1b0fc01a3e0761077b86 1 0.00/1.00 vMB 0
95,208 95,208 000000000003f4f6f771be4f95c0f4479a91f3ff578d5d18921c7f81c1d46165 2 0.00/1.00 vMB 0
95,207 95,207 000000000006a7aff246cecd15f7e1b8116272e5d760e037e9858006f9ec5f5d 3 0.00/1.00 vMB 0
95,206 95,206 000000000005ffcab728b3835263fac89b6f02cb0ccf8c3f6787e7754d008fda 2 0.00/1.00 vMB 0
95,205 95,205 000000000002410636a28c80cf2c3523250f5dfee15fed8b406077cda00a1b5c 4 0.00/1.00 vMB 0
95,204 95,204 00000000000482c89d8378efadd6b79573925ea8e4fc15bf0fe3aae3bba91e0a 1 0.00/1.00 vMB 0
95,203 95,203 000000000003cb7b561b7b7d848ecb594a055882bfcaf08c57de7216d611a917 1 0.00/1.00 vMB 0
95,202 95,202 00000000000220f9105176653a80a7f21c8d7d4480a32d4f5099dfd553bd3862 2 0.00/1.00 vMB 0
95,201 95,201 000000000000aa8d45c81d402b9529f8d9f832f908ee20dbd5713f46914e3e60 1 0.00/1.00 vMB 0
95,200 95,200 000000000003d7c2a1677195b8c733f079ba9599e75840893aa57709371689ac 1 0.00/1.00 vMB 0
95,199 95,199 0000000000065a5797c46d43cf27a9004f6b9ca1bf8b6e834b9737ad4d293fad 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.