Memory Pool Memory Pool Refreshing

8,623 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (443,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,454 464,454 000000000000000000c2c7a9a43e7c15f6431fc6be36896f0f7c535e61bd29b5 1.00 MB 1,971 150
464,453 464,453 000000000000000001c4b40e338b86e6c3b6cc7e04f574ba169c910437a4ee77 1.00 MB 2,188 199
464,452 464,452 000000000000000001f85936a9506eec5c051f9a3d41a76049e57f6b426319f1 1.00 MB 1,571 129
464,451 464,451 000000000000000000aaa7b86f1a39bf29b0a33897b63bf90155d67eb5d90c56 1.00 MB 1,657 144
464,450 464,450 000000000000000000b0842176af4347e9c729c8f4561a72e706e07e5650b3db 1.00 MB 2,484 161
464,449 464,449 0000000000000000018103f496df7c55d29819f6519f62c9137b41b6f7bc09f7 1.00 MB 3,845 129
464,448 464,448 0000000000000000020c1fb79b441ad84178010c7ff6b670cc5de71a82f0473a 1.00 MB 2,883 170
464,447 464,447 0000000000000000012d0f126875e2d783be183df6a64316c8195d6f5b0923ee 1.00 MB 3,097 135
464,446 464,446 00000000000000000075960f40f9d460b8afd185ffbe09aff5b08d039a246631 1.00 MB 2,037 180
464,445 464,445 00000000000000000171a930b4961d95e21ef7b10682ed5911ac34cb3d1e137c 1.00 MB 2,100 123
464,444 464,444 00000000000000000218556606adced3948eccd7703411117304211f7ed83fe3 1.00 MB 1,760 144
464,443 464,443 0000000000000000006e164874b914a511633b93db9933604d982570778def24 1.00 MB 1,649 174
464,442 464,442 000000000000000001e60b68b1b8f632b62e0551c7a56d5260bcd5c0aead54a6 1.00 MB 2,609 195
464,441 464,441 0000000000000000013dc8be8d2a5d727bca44efc8c919ca63905a4031a14be1 1.00 MB 2,139 200
464,440 464,440 000000000000000000bbd0c0e473b73f895c0ecce81ae55fa7ebfc0063c07c14 0.00 MB 1 0
464,439 464,439 000000000000000001b79439a2dc37b3594ea73b88e1f256d3bb90080a5df82e 1.00 MB 1,897 140
464,438 464,438 000000000000000000255d60fb33e51ab6d92e345e4c747706a154f3311db5da 1.00 MB 2,201 153
464,437 464,437 0000000000000000005c11a40b1d1e89f660171c34354358536e70723e965ec1 1.00 MB 1,472 130
464,436 464,436 00000000000000000111273f8f137cfb45332604e7b643a2b82ea0488a1aa676 1.00 MB 1,612 146
464,435 464,435 00000000000000000164ec64feaa3ea7f103eb5fe819bdef8fe9b03c5561848e 1.00 MB 1,787 160
464,434 464,434 000000000000000001693945f8a0a93ec28ca91be8ea200842e5cab77014e3c7 1.00 MB 2,786 207
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.