Loading Tool

Explorer IconExplorer

Memory Pool

44,119 transactions
26.84 vMB
0.05615374 BTC
Random Selection Loading Transactions
Max Size: 142.21/200 MB

Candidate Block

Mining Attempt b641377ec86f5c876660d52fc5fca97d1bba5a1f8885b9e23bf46e90c2e2a681
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root 422faac6a2a66c5a5883e72998c84053deae6ed1d76c9baaa028ac0d380d3223
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,472
Size: 1.00 vMB
Total Fees: 0.00664235 BTC
Feerates: 100.52 > 0.67 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (684,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,201 230,201 00000000000001ae996409eb686372c8d390887069b93e854fe5605de430cc4b 844 0.28/1.00 vMB 181
230,200 230,200 000000000000000e65e95381350dae59d5164a6cb726cb9edf108b5beba27c88 109 0.14/1.00 vMB 60
230,199 230,199 000000000000014d6f99bb859cdfd0728486a52f1f27d387f82495b380f836e2 635 0.25/1.00 vMB 186
230,198 230,198 00000000000001f29305c40a2124f2cce14e27aa4d576d9d3599f0fd0d114df2 366 0.16/1.00 vMB 187
230,197 230,197 000000000000000401b301d00e25652e53667e15120088cc844756e308176069 346 0.16/1.00 vMB 174
230,196 230,196 00000000000001e30c202e7fb1e7dc3b31d6578a2f1f5195ae84e9afd2741557 14 0.01/1.00 vMB 101
230,195 230,195 00000000000000661b0d4808c79a34e7717904b15fe38013e222554aa81c9035 483 0.25/1.00 vMB 155
230,194 230,194 0000000000000156c61978eff5369f0486ffde6734747c8dcef0e87c0be1b855 452 0.34/1.00 vMB 116
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
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.