Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
891,010 00000000000000000002796c0000000000000000000000000000000000000000 ago 1.00 vMB 3,257 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,009 (642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,367 890,367 000000000000000000001dbf603c2300d106480f60315b102dfe5574a896fc48 1.48 MB 3,723 6
890,366 890,366 000000000000000000011588ce82a43ef6994923b18693dfcd3fe8f2082785f9 2.38 MB 1,943 6
890,365 890,365 000000000000000000026b43de79decc6384898a1ab9e132134bce6943bbca39 1.68 MB 2,051 3
890,364 890,364 00000000000000000000afaca3c2ad54c8030d7ce884dc8ef242f26d744d0552 2.05 MB 3,206 2
890,363 890,363 00000000000000000000707f95efaea5452d455bf9ddbd922674108728efac39 1.73 MB 1,965 2
890,362 890,362 0000000000000000000124e6919e6924626735d9f4127ad304c0d8da68c6c218 1.69 MB 3,102 4
890,361 890,361 00000000000000000000efa93ab6dcfe7eb0dca72aaf5ccd02e8c234000c05fe 2.00 MB 2,866 3
890,360 890,360 000000000000000000017c46d1ae4f3f75f83015259993b44a5850f866753fbd 1.59 MB 2,223 3
890,359 890,359 000000000000000000015e69ba66cd7488a6ddf05f2929275299be766280cc3f 1.75 MB 1,747 2
890,358 890,358 0000000000000000000200b7b506c499ddb739972265377cc46ee2db70d72ca1 1.69 MB 2,965 4
890,357 890,357 000000000000000000022d4c1d1e69e090467ee06cdf784d2c6c9f07dd564d8b 1.86 MB 2,497 1
890,356 890,356 000000000000000000025b8da38d2eb27596f770acfb049cb547b3954ed5726f 1.63 MB 3,370 1
890,355 890,355 00000000000000000002562e6da6f4bd05cbead019f877c0aed3eb12aa6ff2a4 1.58 MB 3,298 3
890,354 890,354 00000000000000000001a7c48415ddb2a9961f2f3201a3b93d869fbc6e381318 1.60 MB 3,584 6
890,353 890,353 000000000000000000019d8ae4f3a97987ffdd3caa6628cc4b023892b4469d4d 1.69 MB 2,276 2
890,352 890,352 000000000000000000017a072f4cf50a7a556ac8ff03563e5def4aa8520aa9e7 1.86 MB 3,702 1
890,351 890,351 000000000000000000017a330d4d0a763e4c28563f9cd3d91151b5b38ed766fc 1.64 MB 2,931 1
890,350 890,350 0000000000000000000204bd85b8d312c1109bea32158a15f51e069499efd1fc 1.62 MB 3,206 5
890,349 890,349 000000000000000000008470ff14007f8455396360bcbd65b66553f249b335c5 1.81 MB 2,598 4
890,348 890,348 0000000000000000000090127a742950c843f1d4b2c230f994738b742a44f51c 1.95 MB 1,601 1
890,347 890,347 00000000000000000000d469791de7d36f4722f6827372aa462d102f8789e27f 2.74 MB 2,192 2
Previous 10 blocks ↓
Total Size: 739.73 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: 3,516.54 GB sent, 159.72 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.