Loading Tool

Explorer IconExplorer

Memory Pool

9,709 transactions
1.86 vMB
0.00591267 BTC
Random Selection Loading Transactions
Max Size: 14.47/200 MB

Candidate Block

Mining Attempt f08a8426a8ec78e462a5e0afd570e049beb5a0568fd63fd709cde4db6e3538da
Version 20000000
Previous Block 00000000000000000000a3cd6309e71576497af4b6a8a0761acd85d78d7be8fc
Merkle Root 90e22d1e040944dbd83d70bb77fbbdc8053f0f48dd6e6a5cea2bb4c4dcf5dc8b
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.00497469 BTC
Feerates: 32.02 > 0.50 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,215 (33 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,182 938,182 00000000000000000000114ca20f44e76335aeb4138b4810a29fbe201aeaaca8 1,308 0.42/1.00 vMB 2
938,181 938,181 00000000000000000000592aabb7ea6df4e96e58267c5cfcb9917ace655a2a5b 4,420 1.00/1.00 vMB 1
938,180 938,180 0000000000000000000169993d17efec5552bb0b9ef6508f08f15feec7ed7050 3,505 1.00/1.00 vMB 2
938,179 938,179 0000000000000000000036a72c1dd860e9c336459957da90a6800988c80ce8ac 3,448 1.00/1.00 vMB 0
938,178 938,178 00000000000000000000eb52a81be978cb0c964a15345718caece45758eb580a 969 0.31/1.00 vMB 2
938,177 938,177 000000000000000000018a427c1823a01a3eda7d27ef60d01d0c01fc12793b46 1,869 0.65/1.00 vMB 2
938,176 938,176 000000000000000000001f2c79f33c3aacdd642073c54b9d2b98dda7a123a5b0 3,956 1.00/1.00 vMB 1
938,175 938,175 00000000000000000000771fe2272c9d312d65e56f035b71fcbae989e634a45b 1,160 0.35/1.00 vMB 2
938,174 938,174 00000000000000000001bb1c3ae56e074d1eb01fa286e87c94a6827d2a9d576a 3,659 1.00/1.00 vMB 0
938,173 938,173 0000000000000000000092c7b83d711fe749a1a7c1c30f027ca1de7a90a07289 3,602 1.00/1.00 vMB 2
938,172 938,172 000000000000000000004d7f5b6ba77c074562d35b8b5d1ef2e9c35eb6512fe5 1,700 0.67/1.00 vMB 2
938,171 938,171 000000000000000000000c7ac27e20f25413e8a5a3729a63f20312a514925351 836 0.28/1.00 vMB 3
938,170 938,170 00000000000000000000be64705ce02aeaf12b96c79aba2d93ce012bf895641d 2,790 1.00/1.00 vMB 1
938,169 938,169 00000000000000000001e4ac6c7b7afc177cac2b5d32d3cafcd18fdfa22dd98a 3,890 1.00/1.00 vMB 1
938,168 938,168 000000000000000000011fe8fc8cae78ff4c2eb595800cbf6b6335abe77672a5 3,365 1.00/1.00 vMB 3
938,167 938,167 000000000000000000009d689b51deff726923888433b44ce7425f817218ac53 3,603 1.00/1.00 vMB 1
938,166 938,166 000000000000000000006ddc128788b00171d12e19900949cbafb6c010d8f787 4,155 1.00/1.00 vMB 4
938,165 938,165 000000000000000000002c7076b935098ea9451b888ff912d7c2f00729888118 3,145 1.00/1.00 vMB 3
938,164 938,164 000000000000000000009c4238e3ef03d51423d4c1b249548c25adb2e8f004a6 3,152 1.00/1.00 vMB 3
938,163 938,163 0000000000000000000042c40452ff02176f08220a1e26727e95d2ee6fe7ed6f 4,145 1.00/1.00 vMB 0
938,162 938,162 00000000000000000000a849d87eaa51db86f28d3b2feffd66486e38283fdee7 3,845 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.52 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: 4,087.39 GB
    • Received: 224.23 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.