Memory Pool Memory Pool Refreshing

5,209 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,598 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (767,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,820 139,820 000000000000015735715f8b92470e8da842a406459be2818566bff7ba6b38c2 0.01 MB 41 278
139,819 139,819 000000000000030192bfebca56b0904929cc3483e4e18fb8d510031f45231b0d 0.00 MB 10 207
139,818 139,818 0000000000000414bcaea6095a230e9dafb7f90daacc1dd78fe18a2cc026384f 0.02 MB 41 96
139,817 139,817 0000000000000401847a1b3510a6f9237f5c04fab4e41e05261025a4a0b741b9 0.03 MB 28 583
139,816 139,816 00000000000006419e243499e5023d6cd7ed0bf8fafc9038dc3b53a8ae3816ae 0.00 MB 11 324
139,815 139,815 0000000000000043ec507a2908df37cf81065746eb2ef3f6e7394e7cf38f9d87 0.01 MB 9 220
139,814 139,814 00000000000007d7aa3af7687edc51e5ff9b7b9c6df51eca7eb5d9f141944f97 0.04 MB 114 162
139,813 139,813 000000000000069b1e71cc4c199c46ac736c869479229e11214a44a21a354357 0.03 MB 81 191
139,812 139,812 0000000000000668f2c0139770a2fc60ac705074b2c12b01e698337c7521921c 0.02 MB 53 364
139,811 139,811 0000000000000690430a9181452a1d384aa9a7b87a2a7206c658b7816ce26968 0.00 MB 12 0
139,810 139,810 00000000000002056bdbf54626c7fb9d31462c526c96b3a6accde5dbc5d70896 0.04 MB 81 125
139,809 139,809 00000000000006983dc826214e293030f84783b046b88856998adcb9e3066277 0.03 MB 53 48
139,808 139,808 000000000000073780856603b1569dedf6b89ea2d0564a1444998af9824f4635 0.02 MB 35 301
139,807 139,807 00000000000004476c06a2df7d39e31897e4607c87d77ca0574cd655654fc00b 0.01 MB 17 84
139,806 139,806 000000000000041e72e561801692ec6360ee0e19facc35c649a0f5693326f606 0.01 MB 14 219
139,805 139,805 0000000000000035b52a4a5f73a065d071a0553f06f81421b9e2f26598a75c20 0.02 MB 78 79
139,804 139,804 000000000000083f2d5e4dacc8178fa05d9dc2e3bdb974c917032ac6e3fa3aa5 0.02 MB 45 209
139,803 139,803 00000000000001f5543ec9d74a7aad29f21fd90d5e78dab7f3ca9f91571a8456 0.01 MB 17 130
139,802 139,802 000000000000085e7b66a02d39571764cf8c7b115a6858e5a36549215100a184 0.02 MB 30 228
139,801 139,801 0000000000000459a4fd48ba3d18e556120394675a7493f0e96bf4c5aebc59b2 0.05 MB 108 114
139,800 139,800 0000000000000153baa61786ef35b82751e2083c5ab2779e5cd3e4291c2f64c3 0.01 MB 22 133
Previous 10 blocks ↓
Total Size: 769.18 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,633.64 GB sent, 93.87 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.