Loading Tool

Explorer IconExplorer

Memory Pool

82,374 transactions
30.43 vMB
0.10373989 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt 6157b56b3f46b06786880be1ea317008bec3a79582f87459c1ea99eb4d37bff5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1fdc1628300b27a373462e44f5e325e4246e7840524c51ccafaa2a172671ae25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.03288487 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (750,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,329 164,329 00000000000007b6bda929ff23fd5146f08f890c94079e9d860b8a78224bedfe 59 0.02/1.00 vMB 5
164,328 164,328 0000000000000bd049b1bc5c9d6ebab136eb9b46dcdf4471cd28b4bc18e4ff46 20 0.01/1.00 vMB 283
164,327 164,327 00000000000006f50e589f3e034681d6c8e185083608f2c9a51085fc689fa2f8 11 0.00/1.00 vMB 344
164,326 164,326 0000000000000294156fc68fe1cc8bc3c7c3cd5adee6dfe7ca52cc250f48f984 81 0.03/1.00 vMB 172
164,325 164,325 0000000000000b3acb217cb1f41d81e7b57103ccbbaa1e4ae45e5ef53b1ccff7 16 0.01/1.00 vMB 32
164,324 164,324 00000000000004fba838feb2a9c4363b8c76d1fe8af2ce477b5620a633f90d97 29 0.01/1.00 vMB 95
164,323 164,323 00000000000004339c084a6edf82b5cef9eaec8bfc1b0424d3e1aa12b4163191 54 0.02/1.00 vMB 172
164,322 164,322 000000000000091d17f8747ded57bcbfc5828ed7891e705ae02483e01dd610f5 27 0.01/1.00 vMB 1,826
164,321 164,321 00000000000001064d1a9cd41c2e5ccb8449a3a66f079959d2266f26a9028f6d 152 0.05/1.00 vMB 108
164,320 164,320 0000000000000b4cb3f62cd8eeea83474f62b1c2c506b75cf88216cc504c2e9f 94 0.04/1.00 vMB 65
164,319 164,319 0000000000000835b563d429eade54cdc800ac844b76ac4825bd4aca92c5fa9f 46 0.01/1.00 vMB 0
164,318 164,318 00000000000000ed3960939e11fb18372761d441870de50b2d6297a63e7bd851 15 0.01/1.00 vMB 139
164,317 164,317 0000000000000bfc4f5d23f7661122740dd0e145f4fd36c0c54a2e74c0c6c42d 75 0.05/1.00 vMB 70
164,316 164,316 0000000000000c35c325fe2ec8197b4558ef1916aa20767a4d1efd7c07032d02 44 0.02/1.00 vMB 6,036
164,315 164,315 000000000000048c2c16b6821060a69a67e2e07dbff720aed27323ae32e31ecc 11 0.00/1.00 vMB 18
164,314 164,314 0000000000000851214d7be7b6f8541937807f24105a1df024a522ca0bee5234 54 0.02/1.00 vMB 131
164,313 164,313 00000000000008dbc7fde9cf3f2e1faa7534ef22f0a8ee647ba10d21848da8ff 8 0.01/1.00 vMB 76
164,312 164,312 0000000000000bc9a3cb4c9c7c25c0d1ce2b56b514698a92c1ae5535fa6eebf2 147 0.05/1.00 vMB 98
164,311 164,311 000000000000075a25e5cae4b3b066f7d87aea8bd9c7cb26b04725aa19a30a9b 47 0.02/1.00 vMB 65
164,310 164,310 000000000000047c0bf0fef6acbe5fd2c763347d561767e9ccc8d7504127356a 8 0.00/1.00 vMB 499
164,309 164,309 000000000000045f6c42597355a16e52217def1a56972e8d75e36b9de33a12f6 47 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.