Loading Tool

Explorer IconExplorer

Memory Pool

17,056 transactions
7.47 vMB
0.03104197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.36/200 MB

Candidate Block

Mining Attempt f538e54eed2818e7316b519b4f639a81617f8ddc99cc7c42a6221ceff4b2a723
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root cb78afbc8882bdde644468e18d67da1b514945a30cfef7f447d6ef994acff7b5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,908
Size: 1.00 vMB
Total Fees: 0.01637250 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (717,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,147 196,147 000000000000001d5e61c1d39e4fc4bbccbb3f551d01bc6358774f652b5306b1 378 0.12 vMB 153
196,146 196,146 00000000000001c3abc123f20484c1c902ec8f87e7ac5d17ea04c250be7a7293 670 0.25 vMB 137
196,145 196,145 00000000000005fac5931589d1c9070243085f5db5e066754ddc217507b6bad6 56 0.02 vMB 1,062
196,144 196,144 00000000000005943cb5ed93deb4ac37e11136f404b3c68e7b01b85a61382e95 167 0.05 vMB 87
196,143 196,143 000000000000009f0576a7f31a52c906bc136a0d4458d9a180dd44fbbf66364d 177 0.09 vMB 232
196,142 196,142 000000000000003078f0235da955e691078b036230b1297e4f648c33521b1961 129 0.06 vMB 298
196,141 196,141 00000000000000724490318a81f7a5cc82c6031d632ba9ad3058ff11f2585cdb 23 0.01 vMB 83
196,140 196,140 000000000000009c1ce204fab4bf3f0d597ea38597eadc46ee841c53a9f77f9a 98 0.04 vMB 187
196,139 196,139 000000000000051f035b36d73fa0d5094f55b210431baae2bad4321c56abfa0d 128 0.07 vMB 203
196,138 196,138 0000000000000292032d32272d415d5203140b847fd8d8a97ee82493a50e1f67 9 0.00 vMB 15
196,137 196,137 00000000000000c9319159eb833caa1c728c37a358a65235244b5261a468dedc 87 0.06 vMB 247
196,136 196,136 000000000000030fe756dcf434b5a9ce14338a8f7f28d97ab4c25fb7d0bd8f8c 37 0.02 vMB 309
196,135 196,135 0000000000000397f0de9236b51ca59c5a57fea5ba4d5398867ddbb67e800428 462 0.20 vMB 126
196,134 196,134 000000000000008a4e6b60c6430d82415dfabe6fdb29fe2ea8655c31584c910e 142 0.04 vMB 87
196,133 196,133 00000000000004bc28f2e6bf327af7da843dc43a14a29d56f43ec4ee57d0745c 32 0.01 vMB 0
196,132 196,132 000000000000005755243fe097315780f748d04fae1644844fe55e500b644da3 145 0.05 vMB 62
196,131 196,131 000000000000037fe183ee91622ac91c7bbca23e49d25db58fb90afbc996e646 590 0.25 vMB 303
196,130 196,130 00000000000004baaec9c965e0255075569316b8bc1a57f1e0a761b584953ff1 162 0.07 vMB 166
196,129 196,129 00000000000000bf0bf5981317ab7a7370012d7c6f47f7b5bc7a5c6077d58f7c 1 0.00 vMB 0
196,128 196,128 00000000000004c60f78af2dc27733df0ae1ae509b0de3187ef533ebdfdce858 67 0.03 vMB 165
196,127 196,127 00000000000003da6d038afcdac6d1090f535f580cf3107098109abe2ad95b4d 23 0.01 vMB 46
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.73 GB
    • Received: 1.41 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.