Memory Pool Memory Pool Refreshing

2,659 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,309 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (162,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,156 745,156 000000000000000000030ac506c38a3f70da914d36c82b39d3ba86f4e19326f1 1.41 MB 2,430 25
745,155 745,155 00000000000000000004b727a43beaed8406b942a51875464bb1d70661f4e3c2 0.56 MB 971 18
745,154 745,154 000000000000000000036c7ba7b21c1cf64344d69ba0243c6ef42bad946b343d 0.94 MB 1,075 13
745,153 745,153 000000000000000000058542b9ab2227b468b848d19bea88d9d6b4e83b1a5678 0.32 MB 544 23
745,152 745,152 000000000000000000089e3846c4bb944c6b3206c5fe69112f5f96db285b82cb 1.12 MB 1,728 17
745,151 745,151 0000000000000000000521fa1e3dcfc15bfcb3e6b7b890b1246699b0f4b13c19 2.19 MB 610 4
745,150 745,150 00000000000000000002d91a5f54afec6922f73da6f06d5be978a729cb0df1e8 2.14 MB 444 3
745,149 745,149 000000000000000000006811baa4f02883653f18366f2e33fe72b999171667a3 1.72 MB 1,351 9
745,148 745,148 00000000000000000009327c6298448e19283946349145c9de1da615ab9c086d 1.75 MB 1,712 7
745,147 745,147 00000000000000000007942f330f7e34640e7614dabff98f8a85784fb9af11b7 1.68 MB 2,282 15
745,146 745,146 000000000000000000040fd763e001b0a295a175a5bbf3ebaba095b67ea6e656 1.25 MB 736 16
745,145 745,145 000000000000000000062ed7085f55ed8c0fbadd5bb589b8b9c280c75c3adf05 1.42 MB 2,055 35
745,144 745,144 00000000000000000007234c1b074e387929908ccf5a57deb182da93a984a497 1.79 MB 1,734 4
745,143 745,143 0000000000000000000011bc98c27b449626fe5c4be68d29691dedc8769dcf06 1.64 MB 2,752 19
745,142 745,142 000000000000000000067986cfa86d002d7b3405260705fcbd146685519f4bf3 1.63 MB 2,779 9
745,141 745,141 0000000000000000000658e2c6d8c4a50c5d740278c1a6be56d3e96b4e509a91 1.59 MB 2,880 20
745,140 745,140 00000000000000000003a7bfddf36d81b8729c1bf5074d67077546706ea7b140 1.58 MB 3,141 30
745,139 745,139 0000000000000000000878d98a7b34b305baaeba7745e96b4078869224672b09 1.51 MB 2,603 43
745,138 745,138 00000000000000000004c6269673ec7ac40e6645ab774cfbe8e4a9f98d8f1254 1.39 MB 2,833 22
745,137 745,137 00000000000000000006569ebcec3224fe40f1854c6a72418f7221a7d092af80 1.19 MB 1,187 16
745,136 745,136 00000000000000000008dcd01cb85b3adc352f7097364b9b9423a079b6fa4c69 1.52 MB 2,729 23
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.67 GB sent, 93.88 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.