Memory Pool Memory Pool Refreshing

1,520 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (804,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,991 102,991 0000000000005f3c762b031ffd385b93348383274e3be506f75a5cc179ba273e 0.00 MB 11 0
102,990 102,990 0000000000007c0ed3930bf7a87776c8d1c8cb7bc1ac9070cb9e2f2e1d8650ff 0.00 MB 10 0
102,989 102,989 0000000000035b3f5aac06ff7411a042f35b1b1684addbc89a14074036af750f 0.00 MB 20 0
102,988 102,988 000000000000285993c74dcd11406a0b14614875b4cc98053294c3d6d077d3ff 0.00 MB 5 0
102,987 102,987 0000000000014bd933cc1a1295b7d50b5a328065866056b5aa514758de840ef8 0.00 MB 6 0
102,986 102,986 0000000000008484eb04e23c0d1a7ca24032688addf9de9c426f922b530584e3 0.00 MB 9 0
102,985 102,985 000000000001341ac34ec0dd3da7aa796ab3e45f3ea0b9e45943f479d2da4f5a 0.00 MB 4 0
102,984 102,984 0000000000000499b36a34f1b0de2a79d960e2d4afad0746ce6e99f1d3e750e5 0.00 MB 10 0
102,983 102,983 00000000000311065cbc9b49ac3041fb92ddfa798c019f93d39fd3a56988de92 0.00 MB 9 0
102,982 102,982 000000000000d6f0a47c4c75088e18741f16331ed1173a420d37b709c9759326 0.00 MB 8 0
102,981 102,981 000000000001ba531ea6d17401412b23596f89c291a62ca7932b202763700b44 0.00 MB 10 0
102,980 102,980 000000000003406005da5c7af362151de380cfdbf0db521491d1a7d99e325931 0.00 MB 12 0
102,979 102,979 0000000000032e6c86e09484a9b82ceb286c637dd97fdf5b2ce008760bc45b03 0.00 MB 10 0
102,978 102,978 00000000000200cbd1b6e4933118b8e2572deac624174afa7a2baef26e67ca11 0.00 MB 11 0
102,977 102,977 000000000002657b5870e6fd46ca454718f1585d938a73b3282ad286bf0bc15e 0.00 MB 10 0
102,976 102,976 0000000000013a5eb8ec817dfb1c01b75b16afa2617d7d71c521311ee11e10a7 0.00 MB 12 0
102,975 102,975 0000000000010d56f9c7ca8bcf2122825b0f75006fd13917606ebb5b49945627 0.00 MB 1 0
102,974 102,974 000000000002ab29ffd6a7b4c32e50fc142e83bf15da610199bc226a3c179ba9 0.00 MB 1 0
102,973 102,973 00000000000156932b543f060da8e4b60210a65b39b59388bf76d12d446d2ea9 0.00 MB 2 0
102,972 102,972 000000000000d49c06c10d1afae812bd12387d12ebcaae0c6b4d122fcc192fa6 0.00 MB 3 0
102,971 102,971 000000000000020ceaff039330dcd3c7044625514b4468597f41720d06ce2d94 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.