Loading Tool

Explorer IconExplorer

Memory Pool

43,322 transactions
27.12 vMB
0.07780046 BTC
Random Selection Loading Transactions
Max Size: 142.05/200 MB

Candidate Block

Mining Attempt e4d09e77678bf46b4c3c615cac101d1421dfabfe37e4bbfeb3e24144f6b2c4b6
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root c6222bf9b4468c7f07709714a0c2c8182fa3f10a8dfa18f8b6780aac81477d86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.02706811 BTC
Feerates: 265.25 > 2.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (631,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,259 283,259 0000000000000001a2aa832f23fba0281ff3cc455029c149beb2fd166f394a8d 425 0.25/1.00 vMB 33
283,258 283,258 000000000000000004949d5a8acfbc6c3a0511eb52a26b60ce067dd43c101ed7 173 0.09/1.00 vMB 30
283,257 283,257 0000000000000001e2a99cf8d32a8049a8937f0b742ab4749a1ba42e4e6675c5 472 0.38/1.00 vMB 20
283,256 283,256 0000000000000000aa6ff15eb7e41b7ab77fa5e6524f2f1d460708f5b51840d9 731 0.25/1.00 vMB 67
283,255 283,255 00000000000000001c5e7ec4a078f7331ff8c81132b953767f97856c4a3f0b72 734 0.25/1.00 vMB 69
283,254 283,254 0000000000000001e2ab105fa91648e6d6b7915baace4ff9223f45b980379389 36 0.06/1.00 vMB 6
283,253 283,253 000000000000000116c2ec91a94e9f3e475c0d024923188176b5e4843074cbe4 147 0.09/1.00 vMB 32
283,252 283,252 00000000000000002ca5a8fe88c9d3ab4844a16b0fc665ab859a4e543e4362c9 452 0.20/1.00 vMB 36
283,251 283,251 0000000000000000025e7b6a8ca6a65809abf97b6dfaa1a1e34bd1c03cfecb44 656 0.44/1.00 vMB 21
283,250 283,250 0000000000000001a7e8e73b7ad3fc48e5c9e0707b9c6c3f88a94cc7b13df4c1 136 0.05/1.00 vMB 43
283,249 283,249 00000000000000013da5224b22a9f2fe6bca4cac8ca10c1b730d72be59f01151 762 0.25/1.00 vMB 106
283,248 283,248 0000000000000001817f6640b3264cd707b7f21860c4cfccafd95c5dcbce74c2 96 0.08/1.00 vMB 34
283,247 283,247 0000000000000000234905c0c455dcfd2d4cb4307bf8818dfed1baf7db57a3af 417 0.22/1.00 vMB 54
283,246 283,246 0000000000000000cd1009c1d1c11d7cc37a7b19038218abb385b5f138cf45a8 936 0.42/1.00 vMB 42
283,245 283,245 000000000000000039cef1453c01e8b8ecac29b5f5163078d254bb89afc6681c 122 0.11/1.00 vMB 14
283,244 283,244 00000000000000017b9384d24b433d39b7a680d2c430cd7b6994f3f2a04cf6b3 139 0.05/1.00 vMB 44
283,243 283,243 00000000000000012319c4a2847abf9fc2738b47d50b3f0a638f7d4da3de8cc4 155 0.05/1.00 vMB 70
283,242 283,242 000000000000000108d2d4a5c98ca38bfe440472770ef2d9125e8f243e5dd5ca 585 0.28/1.00 vMB 73
283,241 283,241 0000000000000001948800db29316c73755247d499cd9a21125b7908647e2b24 143 0.12/1.00 vMB 26
283,240 283,240 00000000000000009ec12fe024325e11f020d2d7c1f96f0db44fb885088c61ee 526 0.25/1.00 vMB 40
283,239 283,239 0000000000000001aa49e343b630cd0fc4bff9ad3701a704c8280e096f9a74bf 180 0.17/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.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.