Loading Tool

Explorer IconExplorer

Memory Pool

79,531 transactions
29.89 vMB
0.11377937 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 92fed08ddffecabf0c07e03e4fb82c3e897cb25536e0d8776d22064199fa8988
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root d69bce7fe15bb36d109187af21e03cc1e009d4e242ba381127da4f0f2be9eec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,874
Size: 1.00 vMB
Total Fees: 0.04761405 BTC
Feerates: 150.80 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (299,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,257 615,257 0000000000000000000147ef614a598fcb0fb7882202372f8cbd899ef23f4707 3,297 1.00/1.00 vMB 18
615,256 615,256 000000000000000000063879a920686c3797e233674558e7c545beb94828def3 3,323 1.00/1.00 vMB 19
615,255 615,255 00000000000000000006876765d848058ba9120fc3d4d5d21b9a7d4dd040f8d2 2,967 1.00/1.00 vMB 22
615,254 615,254 0000000000000000000c67d074d1d080ad002e71790bb9b01ff2a5034bf969e4 2,331 1.00/1.00 vMB 33
615,253 615,253 000000000000000000073b0773bd0bb6cde218ff435c85f760cfd654a8b3c438 2,460 1.00/1.00 vMB 11
615,252 615,252 0000000000000000000663b339edefd80dc747abf145b3b115b4ad140f4f522c 2,665 1.00/1.00 vMB 18
615,251 615,251 0000000000000000000723ba2e32672ca8feb2badd9071d21ec5a6b228ef2ebb 1,793 1.00/1.00 vMB 5
615,250 615,250 000000000000000000028a0ef54131626d9fbfe588b71ed1a912e4afde2ab6a6 2,085 1.00/1.00 vMB 14
615,249 615,249 0000000000000000000c14415e98e61bfb16f575dfec5d3d91cbcc630641bd79 2,458 1.00/1.00 vMB 16
615,248 615,248 00000000000000000006a06f3f7ed7661d6231307441e9a0b5692df94b400c2b 2,909 1.00/1.00 vMB 15
615,247 615,247 00000000000000000001725096df09c4dee4970e4cf0f59c574572209c967b90 2,635 1.00/1.00 vMB 12
615,246 615,246 0000000000000000000c74c8be0ee719e4793d220323f80bb38b40f4fadd156c 2,801 1.00/1.00 vMB 20
615,245 615,245 00000000000000000008283f6358c8686bb4b0afcf6261d1275dd2d4692cb39c 3,224 1.00/1.00 vMB 19
615,244 615,244 0000000000000000000bc9c1744d47fa3a9f8e36e5dec74cf90b32849f120047 2,784 1.00/1.00 vMB 14
615,243 615,243 00000000000000000003d0392c9650f770132baee874ad8b2c656966ae430161 3,137 1.00/1.00 vMB 23
615,242 615,242 0000000000000000000a6e900e5c1b56865e80627b6dfc493391b505f54cd8d0 3,181 1.00/1.00 vMB 24
615,241 615,241 00000000000000000008c4fa97a0b5a21e6b17e1fc2d49cdd3a0a6c895773a3b 2,924 1.00/1.00 vMB 17
615,240 615,240 00000000000000000002586b0837c764bdea73cc888a549a0afe0befde06fe8b 3,108 1.00/1.00 vMB 14
615,239 615,239 00000000000000000005c4e789468d01911d18f0d9a21b368318297195640710 3,107 1.00/1.00 vMB 28
615,238 615,238 00000000000000000002b5a1eb2f582c17b91403f00cf5123cb0601db3e617c1 1,367 1.00/1.00 vMB 9
615,237 615,237 0000000000000000000b50682fb86a7e909e1c98987f1ed7f1b40ca0b168f4ba 1,809 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.