Loading Tool

Explorer IconExplorer

Memory Pool

45,590 transactions
29.03 vMB
0.13834212 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt 28bad5e601d8fcb4b10628f6e5b1adc90e69ee02a164a9de5c93cbd6662eb599
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (530,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,369 384,369 000000000000000008eb566155a3079adbe9156400f204f9eb4479ee1d867595 214 0.12/1.00 vMB 31
384,368 384,368 0000000000000000008f7860d644095daeb8fabdf0216d549d00b66c40f62a12 594 0.23/1.00 vMB 38
384,367 384,367 00000000000000000ed0504a2b5f6e437499317439db5735fde7713a4484cd44 668 0.30/1.00 vMB 31
384,366 384,366 00000000000000000eddfd83a6f492ef356203fb6460b8f40e0a51eb29b2cb1d 184 0.12/1.00 vMB 21
384,365 384,365 000000000000000000f787090092fa3cdc5be34271686e1e6ea57c94e7e04e1a 1,054 0.62/1.00 vMB 28
384,364 384,364 00000000000000000db3eacdedb15ffaf81624239847982619b9c76a62370b34 1,265 0.55/1.00 vMB 39
384,363 384,363 00000000000000000bcb674a2688b86004289d9dcf23d9f78e1e1e073d8be066 90 0.08/1.00 vMB 14
384,362 384,362 000000000000000000b73848e90ae0bef41891db005a28887b4126b4214db44c 237 0.14/1.00 vMB 25
384,361 384,361 000000000000000008c42e7d1e64743f2870ecfa721a8ef246c684b005c05f3c 629 1.00/1.00 vMB 6
384,360 384,360 00000000000000000ba0a8ab7ea2e7b5ac0d8589aa6cfce9cd81a5fe1d4cdfa0 131 0.15/1.00 vMB 7
384,359 384,359 00000000000000000df0e5880433124d1fb5dd4f3400aae6d2bcb068a13cf07f 1,054 0.46/1.00 vMB 38
384,358 384,358 0000000000000000056c41faf64b2ca90f7074702577e7d96a1aab709026fb77 243 0.14/1.00 vMB 23
384,357 384,357 000000000000000006c9c8b0d3184badd1064459c21d6e557781dc8c7d7a56e0 1,234 0.61/1.00 vMB 31
384,356 384,356 00000000000000000578aa4dbde7aca61a93feb89cb801ff0b3fc6afa8415869 1,928 0.85/1.00 vMB 40
384,355 384,355 000000000000000000793b1a6f3639ea115d6d1a4e152a545b22de319da840e9 609 0.32/1.00 vMB 22
384,354 384,354 000000000000000006c7b4988b89bb10a1861a1d5473f60c0c5f999a3ff67a34 353 0.17/1.00 vMB 33
384,353 384,353 00000000000000000864eb1a5fbbd9aa1ec8561622dc837c4a9607fea553700f 717 0.43/1.00 vMB 25
384,352 384,352 00000000000000000f7bd53784238a4d404b4ed74abf78bd0c9edc2434170cff 559 0.56/1.00 vMB 15
384,351 384,351 00000000000000000e51e47c0efa422c7011cb6083de6b903429c8082c29ddd7 447 0.34/1.00 vMB 22
384,350 384,350 00000000000000000ee199c70b09f007ef8e2483c1d51aea676189d29e7f3699 1,950 0.93/1.00 vMB 36
384,349 384,349 00000000000000000d9b3f9a75a4c41bc27c37d9d39ec4aed318788c90db7211 1,144 0.93/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.