Loading Tool

Explorer IconExplorer

Memory Pool

42,697 transactions
27.88 vMB
0.06043613 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt fce571c8dd7ccebb388089f51eab1ec676be4bf5a83731c364b9ecf094d11b46
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 09824495faeee7aaed2cca41cf22793808dfdda37366cfe8f130cfd71e4689c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,218
Size: 1.00 vMB
Total Fees: 0.00798111 BTC
Feerates: 84.58 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (684,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,193 230,193 00000000000001f896a823bf008c5a7d43ad8f23e81d4d950f6b0c51c2229354 557 0.25/1.00 vMB 179
230,192 230,192 000000000000000f868b15d0f93b68f0e486ce5af6477259a1b69ee644eb6d4f 684 0.25/1.00 vMB 384
230,191 230,191 00000000000001be409ec6ed26c03587fa82fc553fce78cf24088c3a647bc053 311 0.25/1.00 vMB 81
230,190 230,190 0000000000000025c4c7a4a4b8fceb7f9beaf34e0f3dc511729f6f986c87d08d 331 0.25/1.00 vMB 100
230,189 230,189 000000000000001b45cba1a376d65799098a4c585f90d54d1c2d2c9f30cf8da3 178 0.10/1.00 vMB 136
230,188 230,188 0000000000000179dba7f4ee0d6e307138d3872c0f3c048ccc626146a4debab4 477 0.22/1.00 vMB 170
230,187 230,187 00000000000000b88dd9f7e77c7b6c42d2c17704b2ea6174814b3733fcd6abb4 420 0.23/1.00 vMB 164
230,186 230,186 000000000000008903dae215192758e76035a711a9fd10e1a39c48a8099978a5 250 0.25/1.00 vMB 94
230,185 230,185 000000000000011f84ee8efe11601db0b119b221e91d5a441b4e3d468e01d100 968 0.42/1.00 vMB 157
230,184 230,184 000000000000015f00dc255d8a7062be8cf546e20387c7cef2cb43ddaaee3706 182 0.15/1.00 vMB 86
230,183 230,183 00000000000000ae3fa09ae17b0ea35c6c23af504530a4d3a1b3fb7f15a65b89 666 0.25/1.00 vMB 227
230,182 230,182 00000000000000daba15b9d4b584bc9939037955fd31a1cbfc717fb764e5d39b 76 0.03/1.00 vMB 35
230,181 230,181 00000000000000cdf5274f292f62a9c8b8e74a3caae8f99bab2f698282ccc289 639 0.33/1.00 vMB 170
230,180 230,180 000000000000020d1b0115e7839009778ec6799822a77baa46efc4bdabadb48c 101 0.07/1.00 vMB 52
230,179 230,179 00000000000001fc1e597b9e3537335bbe8eab3007bce010a35931cd0386cd4e 415 0.25/1.00 vMB 138
230,178 230,178 00000000000000f4fa4fc6e87706c1481f140febf2a8f1f1b69e42756fa89a99 1,264 0.47/1.00 vMB 190
230,177 230,177 000000000000015b14695404367c26e138575114d7e51c23f450c9d4bba59cfe 829 0.35/1.00 vMB 161
230,176 230,176 00000000000000f6ca06250bf75d807e99413d62412ad7f1ce043d9c48037435 216 0.09/1.00 vMB 176
230,175 230,175 000000000000007e5f4a39f2264b646d03a7175a232e85e6f4ac45ccbaa72532 288 0.13/1.00 vMB 193
230,174 230,174 0000000000000152f9dace4df58d8c608f95c42245b7b833bb85488bd94a5e1a 118 0.05/1.00 vMB 96
230,173 230,173 0000000000000031b352d3c7f94b2520f536b1abbafe5f76a2ea06c674938460 555 0.25/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.