Loading Tool

Explorer IconExplorer

Memory Pool

70,926 transactions
26.55 vMB
0.06305836 BTC
Random Selection Loading Transactions
Max Size: 160.90/200 MB

Candidate Block

Mining Attempt d2bf80fcd7f9642db5cfb4294ee1dfc685d804e1265010b46dd821ca2353943e
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root cce9db2409f85bf6f709d447fab15a955bee031fbeb16b200e72c6a75d497f2e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,490
Size: 1.00 vMB
Total Fees: 0.00651772 BTC
Feerates: 192.18 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (852,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,219 63,219 000000000a58f7579da425a8545f4c450029cbe5e893eb543feb47e6f7725cc4 1 0.00/1.00 vMB 0
63,218 63,218 00000000056c9aa22dd8058a469677b48c4d56ff5674a47240e284b3ace63ea2 2 0.00/1.00 vMB 0
63,217 63,217 000000000538ef1f53b6a980a57b72ab100ef0d5eeb4e2ce873abf36dc941017 1 0.00/1.00 vMB 0
63,216 63,216 00000000061adb7d573bd9807fe2905b9ecc0c6e7404d15ac5553ebec9ae3246 7 0.00/1.00 vMB 0
63,215 63,215 0000000005f9cfa3ad4b80a3410e5b925f9248b6b9d132efdaa54ca51d8ffd6d 2 0.00/1.00 vMB 0
63,214 63,214 0000000006e83dfe34d970d6e97cd934d78127b0fc2bccbdaf7726f98335bb07 2 0.00/1.00 vMB 0
63,213 63,213 000000000c6e438a3eae604d5c0c93fee237de436a69610af3b1a4e6067869b9 1 0.00/1.00 vMB 0
63,212 63,212 000000000a8f077f72fc7437e8e40fea9d6769e99096d26d81b5064b444bb50f 1 0.00/1.00 vMB 0
63,211 63,211 0000000001922f7ab50fe3bd8fc1a101c5f299754e61b8373a46ee21b08eae40 1 0.00/1.00 vMB 0
63,210 63,210 000000000cf324d0d9825ccf6d663cb283cb4445b6e296296779fa9f673dd40e 1 0.00/1.00 vMB 0
63,209 63,209 00000000074c08926e2f28710e437e86d93282afdea7048608c63193f9916ad7 1 0.00/1.00 vMB 0
63,208 63,208 0000000007e35b33d884f62542a690844f76c098f5c6e76ba550d53b38c605b4 1 0.00/1.00 vMB 0
63,207 63,207 000000000a7878c46ca18bf58903eab89780a971371c768a0ef8c5a82c0dff70 1 0.00/1.00 vMB 0
63,206 63,206 000000000182506c1ef4fee0d092b7874e37ab57d720ffa0810c6da1b66c3010 1 0.00/1.00 vMB 0
63,205 63,205 000000000b57db9607131f97474f45a27ae280989d4039d777aa21e65d9aa2d5 2 0.00/1.00 vMB 0
63,204 63,204 0000000008744f401d31866b6fead2ceded79a21162b071279c2baaeae736a8a 1 0.00/1.00 vMB 0
63,203 63,203 000000000b432d857b060ee797db8cb3da934eeecb0c9e0dea1f213f37e77f49 3 0.00/1.00 vMB 0
63,202 63,202 00000000021149f7511a827d0628a82b22c9ce56d21ef66c14e32546752382c9 1 0.00/1.00 vMB 0
63,201 63,201 00000000082f0762f505cb04401c60d9b04d70dd3757ecea6959a130d826e452 1 0.00/1.00 vMB 0
63,200 63,200 0000000008a16350d67c4357222933fba95cb0e453a933a7a94edd9d9a33decc 3 0.00/1.00 vMB 0
63,199 63,199 000000000a55706519596307937b88b1b89c235b0285bdb2cabb70734e1a33b5 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.