Loading Tool

Explorer IconExplorer

Memory Pool

74,067 transactions
27.37 vMB
0.06734094 BTC
Random Selection Loading Transactions
Max Size: 167.14/200 MB

Candidate Block

Mining Attempt efcc7a5713a649f9c3877c2cbf54526ed6f872a1c989b1c094e1b517ca972c04
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 252eb05c8b1fb6e9496889fd1047f71e50ed72fc688209c86f8fdfafee1c701c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,322
Size: 1.00 vMB
Total Fees: 0.00902763 BTC
Feerates: 73.20 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (96,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,175 819,175 000000000000000000027e257e0d8481efbaae91931b65b5bc456f510fd198ca 2,675 1.00/1.00 vMB 67
819,174 819,174 00000000000000000002702a2069fd58fd5e2bb60477d86207922277251a45be 3,029 1.00/1.00 vMB 77
819,173 819,173 000000000000000000034306732c9951d921d937eace6a658207cd9a707845e9 3,026 1.00/1.00 vMB 42
819,172 819,172 0000000000000000000407ec7e1108e2055d676de39f3f0aaf6c2a6a51ba6f03 2,132 1.00/1.00 vMB 47
819,171 819,171 00000000000000000002675bb8ddd46bee9a2e3cd278081a4032072affdcad3f 2,969 1.00/1.00 vMB 80
819,170 819,170 000000000000000000015a1313453710a4ece217050499553eefea6559a2b11a 2,787 1.00/1.00 vMB 38
819,169 819,169 0000000000000000000200f0829d35d1e92b60f7db6bcd6c739154cbb08d77bc 3,053 1.00/1.00 vMB 74
819,168 819,168 00000000000000000000eb839095f28ba6a568f2fba675c4aac452706cc3d0e8 4,139 1.00/1.00 vMB 30
819,167 819,167 000000000000000000023a4b9780a8a745998c7778f1465e8b5fd1e7dee71ff6 1,575 1.00/1.00 vMB 27
819,166 819,166 0000000000000000000021e17f7aa665d4b887e62f6b05779e00758c7dff4568 3,431 1.00/1.00 vMB 56
819,165 819,165 00000000000000000002857e7270dbe98eaeab7bbb01dc80055ada6fc8885623 2,893 1.00/1.00 vMB 37
819,164 819,164 000000000000000000012515811cabdc4f8aa2e7b23ec055e5f10d1451ad9b66 3,263 1.00/1.00 vMB 53
819,163 819,163 00000000000000000002789be40f78955994bad5b15d1595e38b51bb9052d7e9 3,279 1.00/1.00 vMB 42
819,162 819,162 00000000000000000000b02b6a4ec837166b44c5634890379cd1a3709cb3b321 3,300 1.00/1.00 vMB 26
819,161 819,161 0000000000000000000420b61eb7ee936c12a8e66af9ee8c13ff4482198d9493 1,585 1.00/1.00 vMB 28
819,160 819,160 0000000000000000000297c20218c2796f1e59483f157ac35b0151d5c52cc4de 3,864 1.00/1.00 vMB 36
819,159 819,159 00000000000000000002a30ba4e46e8567b09230e2ba7c3c46e246364670efb5 3,656 1.00/1.00 vMB 48
819,158 819,158 00000000000000000001355e8435768355eebb6071d0ee8e6967235eefd8ef73 3,182 1.00/1.00 vMB 39
819,157 819,157 0000000000000000000320b5c7f6280e1798cfa36a4a9f5a506ad45dec7c8de0 1,674 1.00/1.00 vMB 28
819,156 819,156 00000000000000000000f1d06d4aa2f4d95d3a3927b04d603cf4e4f47ef5eaa8 2,576 1.00/1.00 vMB 37
819,155 819,155 00000000000000000001f10b83e0cbbf0f6c7db90c6c1496222f3ded3aac8723 2,091 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.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: 713.23 GB
    • Received: 17.33 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.