Memory Pool Memory Pool Refreshing

5,830 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,677 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (220,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,846 686,846 0000000000000000000c6d25abd13a3a5fff35796e02fa4699b1e63fca8bece5 1.51 MB 2,812 84
686,845 686,845 00000000000000000006deaa62fb5308490727f86cd3dced8726668bc5905221 1.30 MB 2,817 20
686,844 686,844 00000000000000000005f364bb1b304e10d6b5b071dc169446c6d98a2989aac3 1.66 MB 1,714 18
686,843 686,843 0000000000000000000cc498542abd3285ccbdb2b68da5a154e3ab76873e4f55 1.46 MB 2,634 61
686,842 686,842 0000000000000000000bc5cd144198b8c95dde72be25a8cc49c631c7ec2a30d6 1.51 MB 2,208 36
686,841 686,841 0000000000000000000ba4d6e97c2e97585bd3308488055306741800e1b54683 1.45 MB 2,708 55
686,840 686,840 00000000000000000003233660a2c48f36cf6805ac96633754fdfc2d5b449247 1.28 MB 1,516 11
686,839 686,839 00000000000000000002e734a229b0fffc21626b829e2785880002dc1145f6d7 1.14 MB 1,235 29
686,838 686,838 000000000000000000065712c19a15a197f9bd5e70429dd0dcbe2df1aedb7d66 1.10 MB 521 25
686,837 686,837 0000000000000000000aaf40b106c4da64390a7e93756445230e33c1c2005459 0.56 MB 477 11
686,836 686,836 000000000000000000028af5d9a8e835f4d1b9039da24894f5d9a49568e52423 1.99 MB 704 5
686,835 686,835 00000000000000000003b5dcb6488f9020416f1ccae063f5fa5108ee09ea3059 1.47 MB 2,316 15
686,834 686,834 000000000000000000076822f95b297e09961c85be6b9344629a40b8b300abf6 1.35 MB 2,390 25
686,833 686,833 00000000000000000003cbae1cf28f9bf44a72c70b88fe72bd12ba756cffa262 1.60 MB 2,485 43
686,832 686,832 000000000000000000053b3eaabea962d5bede8de972a700567ba5f9c682341f 2.10 MB 447 4
686,831 686,831 00000000000000000006bbb07207ef97f98ba86d8479a4b667cf443906012863 1.98 MB 926 10
686,830 686,830 000000000000000000010923de6897ddd08596c7b3ab1798b8d8a7b16a6213b2 1.76 MB 1,655 23
686,829 686,829 0000000000000000000542744b7563855a3e498de27021608940f47d43271a6e 1.62 MB 2,390 19
686,828 686,828 0000000000000000000754a5461d86455e482621bcd43a8df58652378d7eaaa2 1.77 MB 1,379 39
686,827 686,827 0000000000000000000769617dc890882256c1053906f8cdd2ffcdaad69688c3 1.81 MB 985 12
686,826 686,826 000000000000000000007a4580809e15df2b3b0e440bf175907e4c767d3bb713 1.30 MB 1,511 22
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.