Memory Pool Memory Pool Refreshing

4,139 transactions
26.29 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,296 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (859,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,523 48,523 000000002a07dd557d30dcbe9416a0cabe30d96159d40202b2baddf908759c3b 0.00 MB 1 0
48,522 48,522 000000001174d21bf72a17b4a0130d6077d731690c1d9d0231787b486f557e98 0.00 MB 1 0
48,521 48,521 0000000016e33f229738bca41a72d6fb7073c79283838f09b9fc474d617ce3ef 0.00 MB 1 0
48,520 48,520 000000002880329781eaf9e9de25dbb0a0f6d0c3e417e65d7cd422bf2faa084c 0.00 MB 1 0
48,519 48,519 00000000015c34146d9121ceed13c6874ff1d1fc0fb783edb75a5064b88d6061 0.00 MB 1 0
48,518 48,518 0000000021b30ad4b4ee4d98d98fc06dfdecfb22e4fe6ce83b68f56bd46f29de 0.00 MB 1 0
48,517 48,517 000000002941d70a10321463633c3992abfe2d0f5be8d81f49da58c3ac3b713e 0.00 MB 1 0
48,516 48,516 00000000020699e8b3b2d5a8a396988fed9dadd3273c337158040203d923440d 0.00 MB 1 0
48,515 48,515 00000000216e34380d94f232d4a79b6c70ed9a4a772d1fb6632d60d0b196035b 0.00 MB 1 0
48,514 48,514 000000001b5ed1af0ea9b1c4086f61518e982bdaf90182df2eda33a3b184e3ef 0.00 MB 1 0
48,513 48,513 000000000d4ed13cb977b07e3adefd11817504c19ce81d547b7d2f55f5a2c280 0.00 MB 1 0
48,512 48,512 000000002116de83f57ed9fe39a2e374e4554214a8925e4f6182e60c4691747a 0.00 MB 1 0
48,511 48,511 000000000307b17da6bbc71f3d23350a26faf9308b18308fce191789233be9fe 0.00 MB 1 0
48,510 48,510 000000000e88b7527d789b3b1a7ab849f45ec9a625b7a48b7d525b0fb12c1995 0.00 MB 1 0
48,509 48,509 0000000008dcf6e7a2b6357d102a4bcf47c06694021cc950b202a4bf9943469b 0.00 MB 1 0
48,508 48,508 000000002733b1e51074612394518700b78f10f66a0bb101ccf9822c3e547917 0.00 MB 1 0
48,507 48,507 0000000001139af6ebd049ea5521c6b0dd5f7cfd6b2076f97880f2dfcc807545 0.00 MB 1 0
48,506 48,506 0000000022e879dd2fa9c78fd4efa570cabbe7a4f200582b13e655b068b971f8 0.00 MB 1 0
48,505 48,505 00000000105b853a7d930ca27f30fb8187e47e912c2041142cdf5805db071ad7 0.00 MB 1 0
48,504 48,504 000000000f1bca5964529c57cb60b0f9ec2c303399a5e5154b896536c02e1f01 0.00 MB 1 0
48,503 48,503 0000000024dcbfc42d7b68aace3551f1628c307025b4d4d13bad9e3bb45928f0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,696.05 GB sent, 98.57 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.