Loading Tool

Explorer IconExplorer

Memory Pool

81,141 transactions
30.78 vMB
0.08895785 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt 0e39046d148b6e7383b3d89a2dd779021782cea35c8a963ce75a11e23ed8a2c1
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e87df0f03f33aa6ce2137ed9f8eff6c134b97a18e8190c1c4af00163dc8b788c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,566
Size: 1.00 vMB
Total Fees: 0.01791240 BTC
Feerates: 73.20 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (729,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,211 186,211 00000000000008183b5293ab3e8b292315fab486e1562cf00a2b0070a59c4720 23 0.01/1.00 vMB 174
186,210 186,210 00000000000006b629004b8c5d8d800c8aaa5cf70b7f914bae08c861005c046d 516 0.23/1.00 vMB 124
186,209 186,209 000000000000027b639a5f60206cc4c2cd4df2cc12729d707a97a7ca721f016b 139 0.06/1.00 vMB 233
186,208 186,208 00000000000003f8cdecc942a7d980c43013c4e81a8b22bd2944e9da9e33e67e 141 0.05/1.00 vMB 3
186,207 186,207 00000000000005297ab16185ca7868d099f0aed686cc98b884f3c0f480eac52f 439 0.20/1.00 vMB 141
186,206 186,206 00000000000005a390251abdf37d6e006ecdd04ac61ba1666b65a95a96f3c232 639 0.23/1.00 vMB 147
186,205 186,205 00000000000001521199c41ee7ee30c5055eff8f62e1a10e6ab23bb6b4d08bba 6 0.00/1.00 vMB 0
186,204 186,204 00000000000001c1d6fc3c73153eb9f0d2ac0fe062ae41faaeab35759f89dd14 369 0.15/1.00 vMB 137
186,203 186,203 00000000000007c97d513b12c945555fdf05c25c618ba5682f2fb7ea49bd1d6d 317 0.09/1.00 vMB 20
186,202 186,202 000000000000057f231932fb00379a4fa651e79da17f8d4d90be75d5c072f0dd 254 0.15/1.00 vMB 144
186,201 186,201 00000000000007ede024ebd38902382a39d9902ca2fca18f45f041e27405a553 127 0.05/1.00 vMB 8
186,200 186,200 00000000000003a03cf1ad77a3d5ec07bc78ddb941e5221c4c424186265f6168 398 0.18/1.00 vMB 127
186,199 186,199 00000000000008e71ace5ccc3d9cbeb9e7e74171bb16b012de1763c7da51e02a 32 0.01/1.00 vMB 201
186,198 186,198 0000000000000609d04af07a99b9512d1a3ca7d2d4fff690a7870ac1ce3f1888 37 0.01/1.00 vMB 118
186,197 186,197 00000000000007ebf600b690e7c2aa33c665a15a13b29379d4f8dc3a821d2cfc 723 0.36/1.00 vMB 130
186,196 186,196 0000000000000886061c348ea333fe61e1f7658cf21d593c54dd17cddbfb8f90 89 0.04/1.00 vMB 113
186,195 186,195 000000000000093a69919aa8b9cfcd92173530c478f5e9b1e8aa3df60c3c4aa0 206 0.11/1.00 vMB 104
186,194 186,194 0000000000000833c5bf1d43d680bdd8ae903aa92dba50581812721eba93faa2 169 0.07/1.00 vMB 127
186,193 186,193 00000000000002c2f42663d4387ba7353b662a24af3f01340086a4986dfc8a59 361 0.19/1.00 vMB 104
186,192 186,192 000000000000031b0ddb2de514c7e838948ea05c8dcc9307d4c4932f8a0fd59e 386 0.24/1.00 vMB 101
186,191 186,191 000000000000044a5b11fe8f05c46fc640057dc266175fc7c788c3ea691c60dd 54 0.02/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.