Loading Tool

Explorer IconExplorer

Memory Pool

77,928 transactions
29.42 vMB
0.10392132 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt 25cd50c08080e4c7f69e3b1b4e007c2dbe0651ba1f7aa3a2c8a72bad5fff27f1
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 4addfd3b2890769237e4ad387130677e4a42335a4bcb9ac6f85e5c3a61db6a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.02833828 BTC
Feerates: 151.12 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (779,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,420 135,420 0000000000000537426f8d5be74f833704d6035dad28c39dfe6ebe4e962ca131 43 0.02/1.00 vMB 131
135,419 135,419 000000000000060bcf2305f040b7c3aecae0b5a822c8e0c5b3772aaadcde021c 16 0.01/1.00 vMB 775
135,418 135,418 00000000000001816bb34212304cbb79529970ff5e907d796e8e3982cd238759 9 0.00/1.00 vMB 701
135,417 135,417 0000000000000406942eb83d0abfbe7d815974d126b0da8b7a90be2f040c6709 107 0.03/1.00 vMB 174
135,416 135,416 00000000000006e6e486aa36cf55127978d38acd1575b8ccd91ab3f2d9f024fe 109 0.07/1.00 vMB 325
135,415 135,415 00000000000006b30fb3f34dd64a8e1c8010a40e98af5786a8bc628d21d51df3 72 0.03/1.00 vMB 809
135,414 135,414 000000000000059b6e51c2a5412195525d716d4a1c9a8d0fb1adee9b40b48beb 65 0.03/1.00 vMB 328
135,413 135,413 000000000000068eb6331c9f5c5c5f36eec9bd0809c8365cced7b1cc78615e31 131 0.05/1.00 vMB 70
135,412 135,412 0000000000000386eb730315bc77fc2ec1a75aa5a896cb2e67f1eb06aa7181b5 25 0.01/1.00 vMB 992
135,411 135,411 00000000000009b8b7a359835e51d509e640f8c13a87dbd1b95a1d48d689aedb 48 0.02/1.00 vMB 527
135,410 135,410 00000000000003ea882a5623026df86b552b9083f47cc86b1362783f5478a2f0 33 0.01/1.00 vMB 624
135,409 135,409 0000000000000668c0f4646b93f02e6abcda37f5145d292f27741de316c4b408 49 0.03/1.00 vMB 329
135,408 135,408 0000000000000177786cce80f23405c6733357dbd9d3dc548bce09712ba7a013 51 0.02/1.00 vMB 464
135,407 135,407 000000000000003957881d187019222bfe88b2aa2947d9710df7ececf2398948 120 0.06/1.00 vMB 500
135,406 135,406 000000000000034bdfbd0909862fc0da28526bd33d2e444020850587c5dd8006 8 0.00/1.00 vMB 316
135,405 135,405 000000000000061f5f951e35724c0b03c662e9528ea8030f717aaebafa1a3a3c 193 0.06/1.00 vMB 320
135,404 135,404 00000000000000289ddd1673a78a8e3f0a5ed00a19ad95c50e68d7a9c7de37e4 71 0.04/1.00 vMB 414
135,403 135,403 00000000000000c967e5b843670086572b7304e14f8d680f4f5490e48231191e 3 0.00/1.00 vMB 1,141
135,402 135,402 000000000000033fcb2bca51a871189a0d5eccb2eaa2c6eba6e1ed2ba1f2d476 6 0.00/1.00 vMB 0
135,401 135,401 0000000000000a753b507e1a96d77a89cc8732bd279636bb892d0114dd794496 48 0.06/1.00 vMB 182
135,400 135,400 000000000000076cf9b166f3c23e4aa6082ff4a93e187b0f7b97f977f593e6ba 49 0.03/1.00 vMB 664
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.