Loading Tool

Explorer IconExplorer

Memory Pool

43,133 transactions
28.61 vMB
0.07005215 BTC
Random Selection Loading Transactions
Max Size: 147.17/200 MB

Candidate Block

Mining Attempt 613afd25107259681b384d88386f476114391fe89b52a6281ed624a57908c672
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root e88f50af1e9ff17a84924da05a2d3801cf1db6733aac46f3c54cc0caac1f3b8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01456960 BTC
Feerates: 201.07 > 1.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (188,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,563 726,563 00000000000000000006bedecc4eb3c6e45caf5494d2453b46ecb71d958eb9c2 2,676 1.00/1.00 vMB 23
726,562 726,562 0000000000000000000411bf29fcb9291840967f702ac753c36e212d151e30ad 2,949 1.00/1.00 vMB 12
726,561 726,561 00000000000000000007f604afc2eb7cc7fda62c20ec1ce33bca3351ad3078b3 3,163 1.00/1.00 vMB 14
726,560 726,560 00000000000000000000b42418665905d0b6299519d49a38722529c17f329b43 1,013 1.00/1.00 vMB 2
726,559 726,559 0000000000000000000364d6b4ae7f2767821f7671efca186aeeb79f203e499a 2,611 1.00/1.00 vMB 9
726,558 726,558 00000000000000000009392844e80f7252bfe7b7ee5293a450af9cccf08ceab6 2,978 1.00/1.00 vMB 4
726,557 726,557 0000000000000000000660a254eed9cb1dea2abc8a11c83dec084dd3f4821569 3,087 1.00/1.00 vMB 11
726,556 726,556 00000000000000000006db11a6c154770eb6de3dea563745052d28d94cdd2dab 3,869 1.00/1.00 vMB 7
726,555 726,555 00000000000000000008ebc315687b8a9aeffb017808befd5ebdbfe76c7a370a 2,660 1.00/1.00 vMB 8
726,554 726,554 00000000000000000009eb3e4ae4ccacd39b6e63917144d495bcc09f52f09884 2,981 1.00/1.00 vMB 3
726,553 726,553 000000000000000000007b58433e9dc3befe08be74c3ca2dacb176a11a8eac7e 2,417 1.00/1.00 vMB 9
726,552 726,552 000000000000000000008df606425d635c75c130b9179ad1de3aaf166809ecd9 2,272 1.00/1.00 vMB 6
726,551 726,551 00000000000000000004265047ee0ff21614232087f2305b1ad5dd462f22c85f 2,399 1.00/1.00 vMB 4
726,550 726,550 000000000000000000053ffeb9a96c1b5f5a5dff6b20fdeec3fb17b83c44cca3 3,443 1.00/1.00 vMB 10
726,549 726,549 0000000000000000000602b98ae306491c7b42ab24854d851fd6a4e2c4dad810 2,813 1.00/1.00 vMB 17
726,548 726,548 00000000000000000004113f766b0292ffa17ee2043a9b52d6d70756ef0a851c 2,313 1.00/1.00 vMB 9
726,547 726,547 00000000000000000003a72c030b2217f1278b3f9fb74e20e134b8a5d239273b 3,215 1.00/1.00 vMB 7
726,546 726,546 00000000000000000007fb3d2eba0ce2908fbe86b77fcb9752d2ad874d9da1ee 3,115 1.00/1.00 vMB 14
726,545 726,545 0000000000000000000131bcbea000cad08541685f5b5d7624cb6d1df12e62bb 2,184 1.00/1.00 vMB 14
726,544 726,544 00000000000000000003754e10691a73f4e5f3bd6c0ec7444179d3eb314ca70c 13 0.00/1.00 vMB 5
726,543 726,543 0000000000000000000a0e711d57f1a3916ba51df413256f15f220bdb9f22ed8 340 0.11/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.