Memory Pool Memory Pool Refreshing

4,292 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,045 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,044 (669,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,907 238,907 000000000000006175d7b251a1bba8412a3312d1b47c6461f94c9f8d324072c7 0.10 MB 266 148
238,906 238,906 000000000000014a104d3f7f78a5aad9307534e596ea77d51476ceac365399bf 0.29 MB 628 160
238,905 238,905 00000000000000c14fa7031b2431ab32785efdf1e5aaecc83555ee52a2fc550b 0.22 MB 256 31
238,904 238,904 0000000000000024bb0b1c9d7a0c47e4cd76511663140916486fdf1aa3bad584 0.25 MB 562 169
238,903 238,903 000000000000010b954486ef72fe7ad65c1039803a0911eb922a9b2c359ad6ef 0.02 MB 43 78
238,902 238,902 0000000000000032074f67cd944cb02abf8455d817b724100940098356ee2a80 0.13 MB 248 121
238,901 238,901 00000000000000ed7dd49f3cf5624be032fcd504298691887201bba49acbb806 0.22 MB 356 121
238,900 238,900 000000000000002473da39607d936f071d367ae720cafbd3fd34dd10f4553952 0.25 MB 655 200
238,899 238,899 00000000000000d5e0762e2f91a30f8fdf29576ffb36891bfa77c5e49ec26858 0.17 MB 399 189
238,898 238,898 0000000000000031f732fc2a9bdfa8cb2fdb8e1eb8fc3e5e1d673ec9028d009a 0.00 MB 12 152
238,897 238,897 00000000000000d446f647ed63da8d873319c0125fd7c38dff3b3f661ca2edd2 0.04 MB 90 153
238,896 238,896 000000000000004ed4056b203c0d47fe723cdea74e788f9ef773ed4071949d67 0.18 MB 342 163
238,895 238,895 00000000000001127b45ae4d8d5ecace8d2ff860c54c84865a3c7ee5d7ac5f94 0.00 MB 4 31
238,894 238,894 00000000000000a8e4e534c812118fc94ab4c7d0d50fd028c10b25db763d85d2 0.03 MB 72 137
238,893 238,893 00000000000000f51d3ebaa3639447a2fbc117a3bb2d6917076aa001e2a0e576 0.07 MB 116 126
238,892 238,892 00000000000001275c0f3663e303df4cca565c2202b7063b6082c29658dea5f6 0.04 MB 59 37
238,891 238,891 0000000000000000ba2182ae45f10687f52d2692c98448aea7ed7d33940ac423 0.25 MB 600 186
238,890 238,890 00000000000000f380f278eb748eea6fd72166b58b9d0fe3870327af6b3ece2d 0.20 MB 442 170
238,889 238,889 00000000000001290f971681ec1e749ba5c97fa7ab9bf11dd9f6df6a6e416700 0.14 MB 297 138
238,888 238,888 00000000000000323f3523df2033bc72f08fca7752dee07038b616c55c362d74 0.25 MB 584 207
238,887 238,887 00000000000000721dc71f15ab3efb9f7e7978aafabd4c62641f990d216f2e7c 0.12 MB 285 126
Previous 10 blocks ↓
Total Size: 769.63 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,652.40 GB sent, 96.02 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.