Memory Pool Memory Pool Refreshing

847 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,059 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 839 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,058 (562,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,891 345,891 000000000000000005aa292aa3f4c0e31724decf7065303816a2ef1a147ec5fe 0.54 MB 883 23
345,890 345,890 000000000000000009b124f149bbbd15202d3dc8726f14ad9706b7e172279748 0.12 MB 249 27
345,889 345,889 0000000000000000150f7a5a57cb4ee59420f3e1f319eab1d2f5fc8f5d1cc260 0.30 MB 395 18
345,888 345,888 000000000000000013bdb2eb073c4e5f119c9acd85047a9e7943df0ec7f824cf 0.00 MB 1 0
345,887 345,887 000000000000000002bc68d6e76b178704318fb53f9008398b5eade030efb1f2 0.75 MB 1,675 31
345,886 345,886 0000000000000000079b4f904ad951c83ea0cbdbff7fb8e8c3f7dc2240c7359c 0.43 MB 764 23
345,885 345,885 0000000000000000044e66d532a5f972c31572cb0d9a47c5ae1973c681595027 0.91 MB 1,892 26
345,884 345,884 000000000000000004e7484f906f6a3d845c0c98112704c950a95aeea87d6b3f 0.11 MB 213 39
345,883 345,883 000000000000000003a281f8d0d823559ab93cabe2987170af4b946d90e73a23 0.13 MB 316 34
345,882 345,882 00000000000000000c5f748a455bd54f663252f522fd9a6edc293dd53f6e4e20 0.75 MB 1,431 27
345,881 345,881 0000000000000000011aa6f0fed6ec0ea58a510b8d4b5c35c6bf7b46d2e6cea8 0.26 MB 380 17
345,880 345,880 000000000000000005e9ec1f60622eded3bc45e4d937f82136437afc8c88060a 0.75 MB 1,438 26
345,879 345,879 00000000000000000cf2570f1adc7aa8cc2599e81f92c17079c66cae4598935b 0.18 MB 293 20
345,878 345,878 00000000000000001651b977f09d191eddb229820e03a251736623c40c1b1c16 0.09 MB 94 35
345,877 345,877 00000000000000000eb9caa91e21fab7a52e916e8473e3dc35957c4ad99d888d 0.19 MB 270 18
345,876 345,876 000000000000000014becf95dc8fc83024c1047513a06aedc53834210fd2d4c2 0.59 MB 1,101 20
345,875 345,875 0000000000000000142820bbb0d3c0621d94d7e769a7c2ad599885e298a5b7c4 0.90 MB 1,633 26
345,874 345,874 00000000000000000d5f987c06a6e326d9e886ba9675f4067b9e9117a8b662d6 0.75 MB 857 20
345,873 345,873 0000000000000000080cffa2fdeafd1e5e126b36e46934b9a8c06d1647df9b51 0.75 MB 939 18
345,872 345,872 000000000000000013335123efbc402b759b2442258b41098c7b25234fe5ae93 0.75 MB 2,402 46
345,871 345,871 00000000000000000604bb1dd2cbca3628271bf719a016c6875ccd8dfdc9abd4 0.04 MB 96 29
Previous 10 blocks ↓
Total Size: 769.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,653.84 GB sent, 96.13 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.