Loading Tool

Explorer IconExplorer

Memory Pool

73,396 transactions
28.45 vMB
0.06936123 BTC
Random Selection Loading Transactions
Max Size: 168.18/200 MB

Candidate Block

Mining Attempt ac4df15613096e291515ff04e2171d985f7457d64330d37eb02260bc17b37e3a
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f831652d2f92802bc331eb78c43a646ea04afb4ec361d3b5c3ed93e474b28686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.01233900 BTC
Feerates: 100.36 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (365,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,190 549,190 00000000000000000000f220c095804c8672d0383da2490e27db4a748f5b440f 3,409 1.00/1.00 vMB 12
549,189 549,189 0000000000000000000e8448478d306e9af1217d2c0fe373f0e70c060e65e66d 2,709 1.00/1.00 vMB 21
549,188 549,188 00000000000000000025be459ef2eb2cf35b06c651c53e59b1e861c4299d51d4 3,197 1.00/1.00 vMB 15
549,187 549,187 0000000000000000000f06aab0b6f710f3959e4c97e9c4dc2eabbadbeaa8b057 2,389 1.00/1.00 vMB 12
549,186 549,186 0000000000000000001a723ab06adc4118dd059b1dc1d2533b8d583958456017 2,981 1.00/1.00 vMB 26
549,185 549,185 000000000000000000067288a417655cbd2f0f721a09e89c913f65cb5ba2dbe9 2,489 0.99/1.00 vMB 21
549,184 549,184 000000000000000000055321b47b6fdb8bebc1d4dfd3e94f8cc039008eccb122 3,100 1.00/1.00 vMB 20
549,183 549,183 00000000000000000000f2f0f5e24ce5fda01fd2a5d7545a1cd909850951f96f 3,045 1.00/1.00 vMB 30
549,182 549,182 0000000000000000001273f88fb3f7dbde09c3a7217abd4a4134b30b5d939973 2,973 1.00/1.00 vMB 24
549,181 549,181 000000000000000000003a1c65abe2cde60f5dce7f5b51bdc442c929c5a2391a 1,509 0.48/1.00 vMB 21
549,180 549,180 00000000000000000011984052d084dd6b5b06586ba72456df8c0ba132cce867 3,212 1.00/1.00 vMB 9
549,179 549,179 0000000000000000000ffc7a0cc052a0b6b8e111212c531df97f64506aa484b5 3,112 1.00/1.00 vMB 23
549,178 549,178 00000000000000000022926705cb24246c31b47edd56db45a3e2a2c33c88f760 2,701 1.00/1.00 vMB 21
549,177 549,177 0000000000000000000950597c3aeb8de6790ab25432afe3ae7e038982a72ffd 2,270 1.00/1.00 vMB 7
549,176 549,176 000000000000000000161168a2b37c15f4a92fc89fc495314944297bb3822598 2,508 1.00/1.00 vMB 24
549,175 549,175 0000000000000000000922c62cb4b62e3f3e98a343af172e290991575a2d9d97 1,985 1.00/1.00 vMB 6
549,174 549,174 0000000000000000001d412f14d57e90944f441f599f917a390ee3e6d8346de4 2,434 1.00/1.00 vMB 11
549,173 549,173 000000000000000000195e2523ef956460f1da4eaa04088d30b9633c19db6f1d 1,984 1.00/1.00 vMB 5
549,172 549,172 0000000000000000001d4a864abb7d894836e606935b1450fa1157c6c0860be7 2,433 1.00/1.00 vMB 12
549,171 549,171 0000000000000000000c4bb86a7b4e49ae8f3a9c61ac486ee3ebd02d9ddbbef2 2,765 1.00/1.00 vMB 21
549,170 549,170 000000000000000000253e331c49a13f98ff12b56563ea98ffc77654585da9cc 1,901 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.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.