Memory Pool Memory Pool Refreshing

10,152 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (44,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,595 863,595 000000000000000000013aeb82f4e4aae17921f9474da580c7f8876623c66aa9 1.68 MB 4,249 3
863,594 863,594 00000000000000000001c057a958787c472fcfe655285cfa7893d072dd3e5798 1.44 MB 2,127 6
863,593 863,593 00000000000000000001dec9786a9ad567123110e032ff73696defb7674139cd 1.64 MB 7,268 2
863,592 863,592 000000000000000000006f10fa99f4f13b96dbd5add59c0f4ef1666d5c7134aa 1.57 MB 5,261 2
863,591 863,591 00000000000000000001c9da2cebecfa9c03c2a3a1789206dcf68f7e8e463efe 1.80 MB 1,401 2
863,590 863,590 0000000000000000000102cc9f76c429c104dd8f137c146d4d676729ac92c435 1.60 MB 3,565 5
863,589 863,589 0000000000000000000291d9977998eba204e4065b45ef7ea7d2b934819a6168 1.53 MB 3,321 4
863,588 863,588 0000000000000000000235691ba2fd5906180d22663d3a1a68e6b29840cb676a 1.56 MB 3,462 3
863,587 863,587 000000000000000000020cdbceaf1187cbebcee7e2a0ac7c2e5cb9d78c5ed42c 1.44 MB 3,814 5
863,586 863,586 00000000000000000000485533eec29f166b6cd2a7593a5b939b8549c2254921 1.51 MB 4,838 6
863,585 863,585 000000000000000000024d3864137031066114d28dd56249c2237be4d71b22a5 1.44 MB 5,375 10
863,584 863,584 00000000000000000001d69f4d03488a326cd90ba7a16cd05a053bce7573477f 1.58 MB 5,875 2
863,583 863,583 000000000000000000015353c61796012bac184213f79780202360ec695092dd 1.56 MB 4,956 2
863,582 863,582 0000000000000000000210353660d677f3a6fa71864a7013a1ec809a621d41e6 1.53 MB 4,754 3
863,581 863,581 00000000000000000002b41ed9443340b76ba282205a07f3f6f89017e8ab71c8 1.60 MB 5,566 3
863,580 863,580 000000000000000000013ca73601bf7f820c71b1b369977abd3eea8aed310670 1.62 MB 7,373 2
863,579 863,579 000000000000000000003560aee6c0714c92023111d30e9f0563cae88fed0e99 1.62 MB 5,793 3
863,578 863,578 00000000000000000002297fe84ff6ba3ce8e185010a05c12c3f876c27092238 1.69 MB 6,560 2
863,577 863,577 0000000000000000000037669498c749fba5cb2658aa4bfa66e3b6bae9597aef 1.61 MB 5,407 3
863,576 863,576 00000000000000000001674b9a879968ff4411fc69d66f4642482d44a6d2475c 1.56 MB 5,249 3
863,575 863,575 00000000000000000001b53f5f98f463a5b8d9435861c973cb7b8b87520b4ab5 1.55 MB 2,530 4
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.