Memory Pool Memory Pool Refreshing

4,463 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,195 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (145,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,207 762,207 000000000000000000030d2e6e8600f24ef26b816d3f65df6e08e485c771019e 0.55 MB 967 16
762,206 762,206 000000000000000000029314b2cc837a561e2230ff13063cbfab83e1715bdf01 0.45 MB 539 14
762,205 762,205 00000000000000000006326a0959c56dfce04ca7b469449e0d3f06bfdf33bbe7 1.37 MB 1,546 13
762,204 762,204 00000000000000000003cca9fe63cad6cef052e5772286e18d7986de1b3d2d9f 0.84 MB 784 12
762,203 762,203 00000000000000000004c09e65ef517b33d6399596f0585442ca8e4df9448c40 1.61 MB 1,884 11
762,202 762,202 000000000000000000005996459d037c597644620ce2ab7a7074803bbfbadc8d 0.79 MB 1,386 16
762,201 762,201 00000000000000000000f7bb7ab6b71ad835836304a185329e4a4455d45e7eb7 1.03 MB 718 3
762,200 762,200 00000000000000000001baefcc3588379b45d995ce22a260aeee7fa640ab2e44 1.53 MB 3,071 16
762,199 762,199 000000000000000000002f1f73f31a18e004a979a4347c11456709cc31ceafa6 1.30 MB 1,925 18
762,198 762,198 00000000000000000006fe2c32d182da152c10a5c0eba7a7931b0714ac79abe4 1.27 MB 1,791 26
762,197 762,197 00000000000000000007569e70174f7f3efb2ad65f4fc442cb508f8518e6a8db 0.12 MB 271 17
762,196 762,196 00000000000000000000747242184ff95d0e8a44f4cf26a7562549496bcdd6c7 1.00 MB 1,057 9
762,195 762,195 0000000000000000000229a7f0813e84a1ae4fe442feebde4bd70896a0ed0664 1.50 MB 1,750 12
762,194 762,194 0000000000000000000706942811d5802188d1c853db73cc0dc7f87169a9f4a8 1.84 MB 460 1
762,193 762,193 000000000000000000031bd80e77108d6d9c9174412bd5713b436b301307c91e 1.51 MB 2,749 17
762,192 762,192 00000000000000000002a132141f925ef8e8faad522799701cc6ae1314c4c495 1.75 MB 1,391 4
762,191 762,191 0000000000000000000355dc3843548804d47d80325bf0ba67742c2a747e7f38 1.60 MB 2,557 17
762,190 762,190 0000000000000000000319823545b94671f9eede7d3d5162fcb89b266e58cf4e 1.55 MB 2,653 16
762,189 762,189 0000000000000000000736331f7efc7516758442a633640287e7315d39b98422 1.55 MB 1,603 4
762,188 762,188 00000000000000000000a0abc32b5a6990858cb13a8f4a65b7bf283ba593f7e3 1.61 MB 2,472 19
762,187 762,187 00000000000000000000dabcc6fdf833ae89443266afb8a803769c6a2f1ba3af 1.69 MB 2,526 10
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.