Memory Pool Memory Pool Refreshing

3,080 transactions
1.82 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
907,940 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,698 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,939 (781,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,900 126,900 00000000000034614737c609d49d00dda3bfd56eaafc38a50bb2c6639d076cad 0.00 MB 12 1,045
126,899 126,899 0000000000000e3ad0bb66e72c3d2bed5f887827871f05e5d3f8162215e4cf19 0.00 MB 13 786
126,898 126,898 00000000000042e7bdd77962748c11664f19ba86cf4d18f1574db5f65917e449 0.00 MB 11 919
126,897 126,897 00000000000023e60f74ee1f01ae2df2481e173daa9f2321413ce3331c94d193 0.02 MB 63 376
126,896 126,896 00000000000003892eaaad368bbd816e9a3cd562f80aa31ba68e16e10442231d 0.00 MB 2 0
126,895 126,895 00000000000013aaf22b214c8437ace25e5ec57faa68effb2967f17da93018b5 0.00 MB 17 413
126,894 126,894 00000000000015dd6ace168e84c91b8ab52cf66a96157d95c193ae5cfa056ce9 0.01 MB 8 319
126,893 126,893 0000000000003b79d25b060715363aa753331e11b925e473bb406d40a49e4dab 0.01 MB 26 1,804
126,892 126,892 000000000000246bb3d62cabfac9ce37a52a67d5438fae528fbf4a5a044ce48c 0.00 MB 2 1,610
126,891 126,891 0000000000001256b4284b38da42ca3db1d86b8ee7daf2f83e18abd1503d7f6f 0.00 MB 5 0
126,890 126,890 0000000000000268e88f6174c6554490b469c06b832706a0a4e47c08fde6f7cf 0.00 MB 7 991
126,889 126,889 0000000000001d83d5265afb40a85fd3f7f6b23cf4f3f0e847a870222cb1cffe 0.00 MB 5 0
126,888 126,888 00000000000000593a5b576bdc7c0cdb60dca8d1625ef118b43fe3b01be88002 0.00 MB 7 0
126,887 126,887 0000000000002b485c5df4836352f2c89986199386e34c7e33cb97607c07a472 0.00 MB 10 680
126,886 126,886 0000000000003200ca7835b1dc8673fe9350035476096aa0f5db16bee31abf65 0.00 MB 9 340
126,885 126,885 0000000000001ee3e21a7f3dd03e21583c58bad1656e2752095f1ec4406e3051 0.00 MB 1 0
126,884 126,884 0000000000002ea18e1b2284fd0c281893aaf4d6b63c81253499f34b886acd52 0.00 MB 4 4,122
126,883 126,883 00000000000006ea289190ce70de7026bf453d3a8626f0ecfdde7525417f4be1 0.01 MB 12 432
126,882 126,882 000000000000317c5d58c24de2c243b9c8fa2ebec9f5d9dde8802d9d967f98a7 0.00 MB 2 193
126,881 126,881 000000000000444768d2b75e7e6ba701aeb06c3299133d957dc0beb72b641ec8 0.02 MB 39 887
126,880 126,880 0000000000003db9b2d17e0e604bfd97f2ee8e8af0edb5cd326e52330bcdc440 0.01 MB 10 1,005
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.