Loading Tool

Explorer IconExplorer

Memory Pool

86,095 transactions
31.50 vMB
0.08142865 BTC
Random Selection Loading Transactions
Max Size: 193.77/200 MB

Candidate Block

Mining Attempt 44ab7ba0416ac4c5068fdc1726325a49d17b5a498a7fafd6b9b52eaeef0d0c3d
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root d28b2249e35a9c13fc0eb0e395803c0b00d33995c6bc7a3ebd2c999d43febc01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.00985351 BTC
Feerates: 60.10 > 0.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (67,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,177 848,177 000000000000000000030e38b891c59f264c5bc9e74b80a3cb43d8def16611bb 715 1.00/1.00 vMB 13
848,176 848,176 0000000000000000000132fb66e268a9b11c6e36291d607d42fbae0dcaac63fb 2,796 1.00/1.00 vMB 14
848,175 848,175 00000000000000000000d736b7ec06de203ed93c49266fa07858b77739c2b6f5 1,191 1.00/1.00 vMB 16
848,174 848,174 000000000000000000017fadd0ba56525012a3a82d4db7cb3004edcbd4622ebe 2,313 1.00/1.00 vMB 19
848,173 848,173 00000000000000000001f8e0fc08a248366bc8bacb97dc466b248ef25b06ef76 4,389 1.00/1.00 vMB 19
848,172 848,172 00000000000000000001883c4d933f6f5ba3700c76abf5a2cb4e311bb6525dea 5,733 1.00/1.00 vMB 17
848,171 848,171 00000000000000000002361811eeac69c7b823874dcf93c3a4b0a89bd31fc655 1,278 1.00/1.00 vMB 16
848,170 848,170 000000000000000000031ebc6a5d5057fc29f6e8022e0d81a8fffd28dfd69fbb 989 1.00/1.00 vMB 16
848,169 848,169 000000000000000000003da2a66901554eebcd10e1c70cf7a4b964631fcb6d7b 1,839 1.00/1.00 vMB 19
848,168 848,168 0000000000000000000170f71cc5d09ad96a24557089ff9f3a9a699fd7fc9c15 2,381 1.00/1.00 vMB 18
848,167 848,167 00000000000000000002302ec1fdc44256e2de84a7138b62058aec4def52b1ed 1,375 1.00/1.00 vMB 18
848,166 848,166 000000000000000000001c127234023d43c314cbb74e2fb987cb91491eb1eb59 1,949 1.00/1.00 vMB 21
848,165 848,165 00000000000000000002a5ba82731dc9e3ee1000007f9878c337b96253cd7991 981 1.00/1.00 vMB 20
848,164 848,164 00000000000000000000672c9d67d2533c549eecb7392c7f0e19b4f1fb8dcad7 2,281 1.00/1.00 vMB 22
848,163 848,163 000000000000000000026195a441152c40403f50506318063cb3d8cff4ad0336 2,359 1.00/1.00 vMB 18
848,162 848,162 000000000000000000034f35c0b3e3060cfb69aa2a365036c6967c4474ff2a5b 1,284 1.00/1.00 vMB 18
848,161 848,161 000000000000000000029c9eeaf3a403d8002c4662806a79d20bf14154e49fc6 3,017 1.00/1.00 vMB 24
848,160 848,160 0000000000000000000261524f62bfa2eb1f0acda04fe582d560c6b41370cb26 2,676 1.00/1.00 vMB 23
848,159 848,159 0000000000000000000024b46e1b05fbc5a509a149d0a89a0475fcdcd5c43fee 2,433 1.00/1.00 vMB 18
848,158 848,158 00000000000000000001342597abe1dcbc024f5e8b332c6e5ff06ccfa637cf23 3,150 1.00/1.00 vMB 21
848,157 848,157 000000000000000000024b6d85f8556c32f92ca4f7937cc65af3e1546a27979f 4,218 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.