Loading Tool

Explorer IconExplorer

Memory Pool

74,810 transactions
27.63 vMB
0.07636078 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt 473809ab30d6f17003a654aa1f908e45e321082316a19e0098ff133075fb8ec0
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 675a41091df37a50b781d78c69b6bbe912ef614b1205c2abc107d8ada6fb1b90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01715716 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (257,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,610 657,610 00000000000000000008b06b46b1898c6115bda71b53d3f6cac4b95bd66338c3 1,771 1.00/1.00 vMB 40
657,609 657,609 00000000000000000001673de2f15c1bd1daaf8c57f048315e8c28e0350f397e 2,207 1.00/1.00 vMB 86
657,608 657,608 0000000000000000000d4b133ad77cede915e36664a302a406327c265ae433a5 2,012 1.00/1.00 vMB 39
657,607 657,607 0000000000000000000d2f5c059ba5aa67542c06b9000c4e26dce37b80632da6 2,245 1.00/1.00 vMB 14
657,606 657,606 0000000000000000000f977ce256231f03577bc04515329d0aa9ac82186e5452 2,262 1.00/1.00 vMB 21
657,605 657,605 000000000000000000014de5f52deb9cd3d29206426c33b7946b4b3791b8cd91 1,605 1.00/1.00 vMB 38
657,604 657,604 0000000000000000000a072e097e32acffb9b1f7a30c56ac0289393d47e1cd81 2,723 1.00/1.00 vMB 92
657,603 657,603 0000000000000000000366524f2dfa4bdcd704a8b51bc677ac34a8aaea349aa3 2,814 1.00/1.00 vMB 94
657,602 657,602 000000000000000000097604a2aa6333c8bc2e5dde71f5c2c25fb98dd1927fb2 1,818 1.00/1.00 vMB 58
657,601 657,601 00000000000000000007eca8467d2e535a57742dc3ec252ed97c916c5a31bb06 2,176 1.00/1.00 vMB 26
657,600 657,600 0000000000000000000731409fd23443483f4188c8c94264a9826cdf9c6b66a6 2,537 1.00/1.00 vMB 31
657,599 657,599 0000000000000000000455beb63369bbf95946f3b8cf55f00dccf55327a0403b 1,985 1.00/1.00 vMB 90
657,598 657,598 0000000000000000000d0b0288493d82288b0caf993a0e2b135f360adf2d348a 2,343 1.00/1.00 vMB 56
657,597 657,597 0000000000000000000fe0f1125bc3dfb8242813eb28578042b397e7d2403378 2,467 1.00/1.00 vMB 52
657,596 657,596 0000000000000000000ebfb18fba11e5f0dedcb95641fb29d0a851b21f58f265 1,929 1.00/1.00 vMB 82
657,595 657,595 000000000000000000071354fc49aecc1ee74f675ab39e30bf52d31be2936737 2,615 1.00/1.00 vMB 77
657,594 657,594 0000000000000000000aec86828feda307cf17ca82496cc50a499b050515f6e0 2,349 1.00/1.00 vMB 52
657,593 657,593 00000000000000000000974be66ae96909e6fdae7a716d7ce309c16001ec86a3 2,189 1.00/1.00 vMB 87
657,592 657,592 000000000000000000058939424a3577670a84f5ae21d9a0aaed514e51d3b432 2,794 1.00/1.00 vMB 117
657,591 657,591 0000000000000000000f0d52c458e7f59eaa46afb653e830a0127d23bbe2a193 3,114 1.00/1.00 vMB 53
657,590 657,590 00000000000000000003a711c2856400a5a0936e6df16396027b9e6b4bf7bf2f 3,135 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.