Loading Tool

Explorer IconExplorer

Memory Pool

47,742 transactions
27.21 vMB
0.06793099 BTC
Random Selection Loading Transactions
Max Size: 144.97/200 MB

Candidate Block

Mining Attempt 18380950cdb081d21eeb16fca228a8849b2ec3df7d2bbb4f1e5a96d7885fe6a9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 7698d589b6f4bec572c348545febe2213a5109ab1e0e8e9478246c866e690acb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,670
Size: 1.00 vMB
Total Fees: 0.01741372 BTC
Feerates: 100.53 > 1.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (426,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,568 488,568 0000000000000000004b33e049363a16536da0c9c54b5927aef04688414a1dc7 156 0.15/1.00 vMB 39
488,567 488,567 000000000000000000af2836c38aae296a6f3081b7ff6b38cc43ee13200ea45f 1,025 0.62/1.00 vMB 54
488,566 488,566 0000000000000000002952cf2e2195ad610f5662fedd773fd4db07a30381bba3 1,554 0.79/1.00 vMB 47
488,565 488,565 000000000000000000c3e91d46d3b677d16aca5c73df8e93e773ec1bc55ceb3e 2,526 1.00/1.00 vMB 56
488,564 488,564 000000000000000000acdff4273496ba14870d43d48d726ae204cfef7c30f663 2,233 1.00/1.00 vMB 51
488,563 488,563 00000000000000000082c657e842444f7f80e6eb7f73d7afdf66f65058d0161c 2,159 0.97/1.00 vMB 163
488,562 488,562 0000000000000000007f73d2d5e5b1dfbd8e781bbd8b58c0c99a2e88d1b85510 1,843 1.00/1.00 vMB 47
488,561 488,561 0000000000000000009bd8b06f8291e67f16a334e1fba97ee36a17189092b938 2,573 1.00/1.00 vMB 95
488,560 488,560 000000000000000000affa657fffaaa3a5e4dd67ebd2ce55f4c74afdc28d3d51 2,087 0.95/1.00 vMB 131
488,559 488,559 000000000000000000af2b5026d1881c1f890cd14954c522c4f5d9229658c1a7 2,539 1.00/1.00 vMB 149
488,558 488,558 000000000000000000b1106c24d49d57689ecca0139106fbb609d780c41d202c 1,914 1.00/1.00 vMB 151
488,557 488,557 000000000000000000682e31d4aa3d30f9f78f115fd581de61b28b9cbcadd4d5 2,372 0.97/1.00 vMB 190
488,556 488,556 000000000000000000a3ccaa60d0f98276b24e0b0f4c145477805e4181325140 1,521 1.00/1.00 vMB 65
488,555 488,555 000000000000000000b0a015d2dc0ebec6157fbd15c2feda5b842d0ae38acfff 2,004 1.00/1.00 vMB 123
488,554 488,554 0000000000000000003520c8be1d599c33fa312f9f367a050c26f25b617584d2 1,977 0.99/1.00 vMB 182
488,553 488,553 00000000000000000003169d1f66cf467adb8b9d1fb92bafc73ff9926231be94 2,282 1.00/1.00 vMB 167
488,552 488,552 0000000000000000004e889f9f8be83d9c71d0c86001259da8f722448375c559 479 0.26/1.00 vMB 114
488,551 488,551 000000000000000000f43f8a8300977c4bc137587edf1e304c86f8d151207bec 1,942 1.00/1.00 vMB 92
488,550 488,550 000000000000000000c023600889ba4b81a798bf7389b9073799242f09d89458 2,286 1.00/1.00 vMB 100
488,549 488,549 000000000000000000e9a6359c4e1430377980eb4820aae17cb12764a73ee7c6 2,546 1.00/1.00 vMB 52
488,548 488,548 0000000000000000001c81db9d200e77c2247d9ece7da154f54c3b6564c51c1a 1,878 0.96/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.