Memory Pool Memory Pool Refreshing

126 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 117 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (449,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,312 458,312 0000000000000000017fc859c0582577984487922bfc1b08996c4bb157c8b415 1.00 MB 2,629 177
458,311 458,311 000000000000000000b187463b828c92809fcb5aaf1e515b391d21056df35034 1.00 MB 1,914 184
458,310 458,310 0000000000000000024884b2fe6f2273394ec1ec9a9b01e2e80a16c9e9da37c2 1.00 MB 2,247 199
458,309 458,309 000000000000000000b51b703ed0f216feaa2d329c6ee4efeac468750eb20dde 1.00 MB 1,460 161
458,308 458,308 0000000000000000006827bfeb421ed640865e49b65f63f8c93b9de233b30673 1.00 MB 2,267 252
458,307 458,307 00000000000000000086f6cfefdb6046b5338b937d7779c4e78ac9754f8c4f49 1.00 MB 1,405 188
458,306 458,306 00000000000000000241035d208bb9a6749212ae4006db9abd6f082dcc8e14f8 1.00 MB 2,576 238
458,305 458,305 00000000000000000115096b766fa7e59b110aa73a998094e932a9781bfad676 1.00 MB 1,994 267
458,304 458,304 000000000000000000dbeda6972c8eb1d4fd6c4b87605461abdb9f73346210d2 1.00 MB 2,195 199
458,303 458,303 00000000000000000007468034df48f6a17a0cc4f730ad51aeb8e24ed4b8b426 1.00 MB 2,140 246
458,302 458,302 000000000000000001bf839a724403e103dc3b67e31338ee697c97ea302158a4 1.00 MB 2,338 241
458,301 458,301 000000000000000000fbb122ada2aa333ea722ad15e94790575b4d6086fb999c 1.00 MB 2,293 145
458,300 458,300 000000000000000001eadbadba7385ea8843feee998a5a095d5da575c9fbd2ff 1.00 MB 1,583 167
458,299 458,299 00000000000000000008d316a4c757b5cc2dd48eaafe43007e172f85892fb6f8 1.00 MB 1,555 217
458,298 458,298 0000000000000000017f04658e09c8d66dc60c5c5bdcf103fc32ddf7e97f3dd1 1.00 MB 2,057 154
458,297 458,297 0000000000000000002c9e91138f79d0ca1766b8ccda8e653b94302edac3d487 1.00 MB 2,342 211
458,296 458,296 00000000000000000023b8a48668b628c5517f9ed678551256c62c1c563bd36c 1.00 MB 2,443 238
458,295 458,295 0000000000000000024f02ab8e3e33c7c04393ca3a26350846450bcdd38f59c3 1.00 MB 1,606 172
458,294 458,294 000000000000000000105091826df32ea60a5a781c39a13b93fe1fadfc2bf878 1.00 MB 2,748 289
458,293 458,293 000000000000000001b147925f264803fb20840e24ce65a3f603bccaf4ebdc82 1.00 MB 2,465 249
458,292 458,292 000000000000000001af5cab8599dac59cc15f816c290e290e04db2620b10fe9 1.00 MB 2,703 284
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.