Loading Tool

Explorer IconExplorer

Memory Pool

86,702 transactions
31.82 vMB
0.10916878 BTC
Random Selection Loading Transactions
Max Size: 194.93/200 MB

Candidate Block

Mining Attempt 405acf85a7bfe8fe9e6723b5a5b223105186c2ad64ddff276dd612ed7950d869
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 85fadea824ceea15919831ecfab3b5c51d5d56232903f8b4f0ec2bba50d67b6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.02843127 BTC
Feerates: 1,236.26 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (295,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,225 620,225 0000000000000000000413e7549c234d8ca7a464b5bc8f30de68281afda9b6c6 1,982 1.00/1.00 vMB 10
620,224 620,224 0000000000000000000c87231c834e6894a3126abf7fdb808daecb12babc93e1 2,646 1.00/1.00 vMB 14
620,223 620,223 000000000000000000042b1bf502ce48c6b943ab983446a175d9addb3f68adb8 810 1.00/1.00 vMB 4
620,222 620,222 00000000000000000008884bce9c89c4685e92b9da86cf4438022ba5b09c5c48 1,136 1.00/1.00 vMB 4
620,221 620,221 00000000000000000009f17f49fe50a05383fb929f4607f3fdc43d263e5f3990 2,002 1.00/1.00 vMB 5
620,220 620,220 0000000000000000000bb836e05c5ebadacf015b0fca6b063c6bcd9414edb9a2 3,069 1.00/1.00 vMB 5
620,219 620,219 00000000000000000005a3c1495c582eb54a5bdc5fbb7c92f2397ff9413ccd6c 3,149 1.00/1.00 vMB 21
620,218 620,218 0000000000000000000392960306a040e792dcc2309a3e1528a48268845145d4 2,898 1.00/1.00 vMB 18
620,217 620,217 0000000000000000000fe2b7e9976b4c81ac5f16a931e573d1881b002ba1ffec 2,453 1.00/1.00 vMB 27
620,216 620,216 00000000000000000005c173ad6dc2777e9483c474cc16f28e0bb2304777e589 2,735 1.00/1.00 vMB 29
620,215 620,215 00000000000000000009d8077fdab0a17b73f78a4342d4be60f2a7fabe3b5abc 1,744 1.00/1.00 vMB 4
620,214 620,214 0000000000000000000cf8f21a97b432532c8d667352ec09b2d152a4a88da995 2,504 1.00/1.00 vMB 20
620,213 620,213 0000000000000000000cda26d06489cd6fe720bd604909cae174e688ee5dd7a2 1,161 1.00/1.00 vMB 6
620,212 620,212 0000000000000000000bc39d6658f6c739dbb3b391946ba979a2f14faa6cd7be 460 1.00/1.00 vMB 4
620,211 620,211 0000000000000000000fb344a485b4181754f7a341fd42bb1c07faeb6b8e115f 2,602 1.00/1.00 vMB 14
620,210 620,210 0000000000000000000d32cc69e6717db8f47fb6d6ed8024e3dfc8ade9e0b832 3,233 1.00/1.00 vMB 16
620,209 620,209 00000000000000000009da0f79475755ed9837783414e2d19c01eb3818d5a325 2,840 1.00/1.00 vMB 14
620,208 620,208 000000000000000000090ec83aef111e64d18de540effb87c5209160b4ea4501 2,392 1.00/1.00 vMB 12
620,207 620,207 00000000000000000012218344fbc69f500960e5a8933e65698f8914a7ad3cbe 1,423 1.00/1.00 vMB 8
620,206 620,206 000000000000000000035751f4ae5e1b8bee54d1e2dfeb1843ea5a8476d3acd4 327 1.00/1.00 vMB 2
620,205 620,205 00000000000000000011fb472edac776085f8184bfd2446d0eb2a31c7b4a8909 1,647 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.