Memory Pool Memory Pool Refreshing

7,250 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 14/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 ago 1.00 vMB 3,559 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (147,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,903 759,903 00000000000000000006306c1dcdf54fb09b58965d543213fe561315643cb44d 0.29 MB 439 6
759,902 759,902 00000000000000000001f65f96850f7610770f7931e995a57ea7f401cd556aa5 0.90 MB 1,279 6
759,901 759,901 0000000000000000000764b38b0f962d68a75d584519d1a76df558ff8b7dea6c 1.54 MB 2,648 8
759,900 759,900 0000000000000000000378b3aa9d111c351a4c621324846b59d8068acb3fd4e3 0.78 MB 1,533 10
759,899 759,899 000000000000000000051229af206cada35ac9547414eb24071954c7ab0d607d 0.92 MB 1,197 8
759,898 759,898 0000000000000000000311debd15a734718c87c3f13238251255b2479817ee7e 0.69 MB 1,135 8
759,897 759,897 00000000000000000007539bf65e0f64a60aa950ebe837d4d67e29a8a7da551c 0.78 MB 981 3
759,896 759,896 00000000000000000000a18edd7da8bddcd0cc6960185c20f63936589415140a 1.28 MB 809 11
759,895 759,895 00000000000000000001834a8720ab9b0ecf46eb920c587359ea739489936da7 0.20 MB 416 8
759,894 759,894 00000000000000000007d1e73c8514fb948e8cce464c26093d2c01cdb9567f2f 0.66 MB 1,225 8
759,893 759,893 00000000000000000005c2c72cc46cbe11f0753d385bb8a75415ae931d322009 0.24 MB 448 9
759,892 759,892 000000000000000000041a1cd33b3dfe919aac8ba3e5c198c2f4f4722d0f521e 0.00 MB 14 20
759,891 759,891 000000000000000000038985eab239614588e20b1b3dfed9434ac8a3e3137d7b 0.91 MB 1,637 7
759,890 759,890 0000000000000000000369e05d30d512a691dd6a8231e0c2d1bc3634ed88ac29 0.02 MB 46 11
759,889 759,889 00000000000000000004034200bcf1b2e789ffc713d71efbf5be6babdd20e495 0.78 MB 1,417 7
759,888 759,888 000000000000000000037b411e39e370432cb91259564d0f97a422de7aee206e 1.03 MB 1,518 7
759,887 759,887 0000000000000000000483cd19eacf6957cc7884bff16f64f802f81508dcb6cb 1.13 MB 1,399 6
759,886 759,886 00000000000000000004c7e5302161731ce167b0bc088ae8ff2eaaa8d7bd5345 0.12 MB 183 7
759,885 759,885 000000000000000000010bf8a9b394b90a9b408bc3e4754f9bded45138586daf 0.11 MB 290 9
759,884 759,884 00000000000000000005d857596b33426f7c3676fcdd207a49b9d97651084e41 0.72 MB 1,368 8
759,883 759,883 00000000000000000006d362f6df84a0a433b979ded5ffeb7ba5ea7fc8ab2261 0.50 MB 835 6
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.22 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.