Memory Pool Memory Pool Refreshing

3,566 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (798,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,393 109,393 000000000000ebb0939241e8f4af96962fb0c80f1031dd74bfd914824a1254b1 0.00 MB 10 0
109,392 109,392 0000000000019fc8e41fb0af7933455caa048474583aa57ca08217ace34c9a68 0.00 MB 11 0
109,391 109,391 0000000000000de9cd13c956bda1ac57cd152dd92ed71b2b7a9d4c7c14df7099 0.00 MB 8 1,119
109,390 109,390 000000000000098863fba6292612c0b704a4bdeacae8910acc5d76776230c1fe 0.00 MB 10 696
109,389 109,389 00000000000011f58f1df4bc89c0d99f3fd272c4c87bbf41e02617284b623ae7 0.00 MB 11 0
109,388 109,388 0000000000019289e5a8d942b7cee243e52c18f0ebd442bfcf57b194dcee503b 0.00 MB 14 596
109,387 109,387 00000000000092e9b0e87d7855ac20abfb19768a95eef05547f120c5a4f37ae0 0.01 MB 23 3,900
109,386 109,386 0000000000009dc60a290a7f2c7c6018a1e631082e9bc4a4313c32492a1cfdbc 0.00 MB 10 1,940
109,385 109,385 00000000000108d51cd7e779a14c2e27838a61845c5779254254ce667af595e0 0.00 MB 13 0
109,384 109,384 0000000000011c308b1c4a05d2804207d1e23ee88a3200efe1a5c00526f23574 0.00 MB 11 0
109,383 109,383 00000000000026f0bf2d4fe79997bf0a99dfa1df19e6f187a5af9d20002024bb 0.01 MB 41 0
109,382 109,382 000000000000f282439aae2037586b824ae2cc232a5073a8ec4391dd2955ef94 0.00 MB 8 602
109,381 109,381 000000000000d535f8b2db64f6307c6029e709b32f114164d8e6914054f0ebd7 0.00 MB 11 677
109,380 109,380 0000000000006d9a320b32dfaf88398e4b50640f8cfdaed4183e521e9d10bf50 0.00 MB 1 0
109,379 109,379 000000000000f11ffb83a7373edf74bcdc896d444425888daa1304c64e2aacca 0.00 MB 6 0
109,378 109,378 000000000000395f07eb78acbb066af08ac6286f4bdf930fa9911437337e0466 0.00 MB 9 905
109,377 109,377 000000000001b38c6a65c85de6da07a7899b187d3e7b91f424014a5a1856d907 0.00 MB 5 0
109,376 109,376 000000000000cb11f125f58a93da79c53d3d0645414332de9a921b0d1274d735 0.02 MB 77 0
109,375 109,375 0000000000003fc795f2ad1a97da10e4754d56b3f0f1c102fce230913e43ad2b 0.00 MB 13 0
109,374 109,374 0000000000008624c43af02467b9bf0a056e307033fb5b9f9138569eec183ad2 0.00 MB 12 0
109,373 109,373 0000000000008a95e5d08d35c9f67057681a81b536d9b5c910fc7b1dc58ec717 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.59 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,651.16 GB sent, 95.87 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.