Memory Pool Memory Pool Refreshing

4,714 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (421,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,788 486,788 00000000000000000021feeca2a25069ecd94cc3b2073197361e88f55b2d2652 1.03 MB 1,543 34
486,787 486,787 0000000000000000004e6909ca637f047f88ab8d3ee6cff3e7665318739d9523 1.02 MB 2,197 86
486,786 486,786 000000000000000000d0ad9bd1782cb8bfd225ab7397798e043c4c59f522f6b4 1.00 MB 1,107 27
486,785 486,785 0000000000000000004fc559df6d1ea4fd727e009508a10025ab2b12648f650e 1.00 MB 1,608 112
486,784 486,784 000000000000000000720f33caea149841870a110fb1c1feac482a60f5c67df3 1.00 MB 1,798 59
486,783 486,783 000000000000000000bf543635ae01bf07c4ce8e0c7746ec7b738fffa497c6fe 1.02 MB 2,506 132
486,782 486,782 000000000000000000795f3d24ab088a08c1d5cc9378c406e72711fd6a3c9d9d 1.01 MB 1,467 139
486,781 486,781 000000000000000000e13024a12d27ff21425b1b9138b84744a6a076b8474e79 1.00 MB 2,153 164
486,780 486,780 0000000000000000006a673663a61fa51e895c511b924fc7f3d7d6856f859fa9 0.01 MB 15 78
486,779 486,779 000000000000000000cc22c5464bd1f2960ef0a396ef3558c94140d03e5385be 0.92 MB 2,130 81
486,778 486,778 000000000000000000150f9561fe937fd0b57f189b4c33841b5287a9bbf1e2f6 0.60 MB 1,284 72
486,777 486,777 00000000000000000071865b94abedbcfc7490f391e7ab9e8c8b488cb886e119 1.04 MB 1,899 17
486,776 486,776 000000000000000000812df52b90cd7574351f70cc91926f19de92e503953f52 1.00 MB 2,404 78
486,775 486,775 0000000000000000006846f1550329db15f9407250252c4a16936ca255ef755f 1.00 MB 2,437 122
486,774 486,774 00000000000000000065bb4c224159c645c8e41dc6d00fe02121f612427d8c2e 0.22 MB 488 81
486,773 486,773 000000000000000000a022b9dd4fe7366a2a22015ed6aeb9b82e4b16e350632f 0.50 MB 1,123 63
486,772 486,772 0000000000000000006c9d5cdcc121651f9a60010fe4f5345d2f0b5dddc29af3 0.41 MB 761 90
486,771 486,771 000000000000000000c376f0c44e8746c734e1dcac1f412f2ab1b62b1198d706 0.05 MB 129 73
486,770 486,770 000000000000000000cf89b26f10460b0ff73d5371e4114486db98482b199e82 0.27 MB 518 80
486,769 486,769 0000000000000000005de3a28953956440e5a6c3737158e357bf8480df77cf22 0.04 MB 100 44
486,768 486,768 000000000000000000c797304794f000dfb07d6d63ad8f685ac04d0cbf0c4330 0.59 MB 1,179 67
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.