Memory Pool Memory Pool Refreshing

1,926 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,265 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,926 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,264 (719,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,798 187,798 000000000000037ab44575f9cab7d7f1e26b49c9efe90ae822d989b160e2c8cc 0.00 MB 10 14
187,797 187,797 000000000000077a47bb5b445686b04780630729c13350cb7347cbffe4d61247 0.01 MB 35 48
187,796 187,796 00000000000002bd4f0e80854be6401ddb4e15f09ff0aa6626d3afc1fad46a94 0.02 MB 25 62
187,795 187,795 00000000000009752f5f6d4041c54080763ebc2b0d0ff0ec4d3c5f924ccfb348 0.02 MB 32 80
187,794 187,794 00000000000005ab102a81a8c6f8aa75e7fbafb84ba158dad8a1ea0809c30a83 0.09 MB 275 147
187,793 187,793 000000000000030436c26db72bdeafd7a0eb08e95d1c1529f4b1bbbf2666c008 0.03 MB 122 30
187,792 187,792 00000000000005c325ed67548900892c2428d3f33d077ee9af781a4ec930675f 0.07 MB 155 106
187,791 187,791 0000000000000390d18b10255154f53e49889e92837e906a38c5b9e25a4ada1b 0.10 MB 217 195
187,790 187,790 00000000000002f1c81cf77f82e478a0918cc94baa8c9a8d666d5db8b267e0d4 0.02 MB 29 76
187,789 187,789 000000000000023a76defffdd44c64d2c61d80a4a3db8c00dd4d2775648b5829 0.13 MB 310 219
187,788 187,788 000000000000002a7648912bb3554eefcbeacbb40b6688d8a784abf4a3af15de 0.00 MB 10 71
187,787 187,787 00000000000005e1cfed65dbd1297a325e7e4ef0a514cecabad40d48761f70f8 0.00 MB 13 0
187,786 187,786 00000000000005954ca9b222bfcc68dab174cf7801370d4cb1f906e11ee5dacc 0.02 MB 16 43
187,785 187,785 00000000000001725e12beb6ad33179968a688eae1a4f28a7222c03031445ca6 0.08 MB 211 132
187,784 187,784 00000000000007c97b4a4d3e46706d75c25d8b8eb59d3fdf90f52dfedac91f3c 0.12 MB 237 99
187,783 187,783 00000000000007a9b9aeba329c484e064000b454b3c406badbe7cd6d1437474e 0.00 MB 9 30
187,782 187,782 00000000000006c18cf809cbf7069e7cd3345dc5945cec7e049bcdee5d91792d 0.25 MB 558 170
187,781 187,781 000000000000075dd7e7a7097a4959fd93e753b8f69db04910c7f8ef4fba0138 0.01 MB 22 61
187,780 187,780 0000000000000061be17abb566fcaca23290200ce6d13ff63b1b252e25f30131 0.07 MB 178 126
187,779 187,779 00000000000001fdf5256cb8b3e597cf6f40f267e2253ad9f2901ad28799a338 0.01 MB 31 126
187,778 187,778 00000000000002f1982894368c3660ed510bcc78fd7055f584381ce7289d1785 0.03 MB 104 102
Previous 10 blocks ↓
Total Size: 768.15 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,536.92 GB sent, 88.18 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.