Memory Pool Memory Pool Refreshing

7,408 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (895,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,903 12,903 00000000957a3f6700734abfb20110361499eecfa3f9f9db2e0ebf021acdfd52 0.00 MB 1 0
12,902 12,902 000000009daf4812c669f39795a8baf5377624a6a4f59660bb9168c7cfe5ded3 0.00 MB 1 0
12,901 12,901 000000005e87b918ea95222ed7a17813a6c1dd19f63612657a22bd7f16dc0e8a 0.00 MB 1 0
12,900 12,900 00000000f7d7ceef441f9df1da26114a2400a742684b8276c507b53035cd44a1 0.00 MB 1 0
12,899 12,899 00000000aa2bc4124c4f98bbe4d464fa5529d4709237cf94dce24d506bf9ba12 0.00 MB 1 0
12,898 12,898 00000000e4127f4b9855b5b4525e34de80d7399b0987c038ceb6f4bd8829c4a5 0.00 MB 1 0
12,897 12,897 000000008cee407e74462ae4d3f6ba54230dea60f1a0f919fcb9e387dd052ebb 0.00 MB 1 0
12,896 12,896 00000000f5d404d23e9ad008767d2a30ab9fef9fcce8808258aa695f1ba85097 0.00 MB 1 0
12,895 12,895 00000000ecf60f874eb0c0f46bb812740031f6084e19ca3a9f7551fbf20d7e4b 0.00 MB 1 0
12,894 12,894 0000000053fa84d01b147129b30045e7cc227a55f50596647646d97808d52b82 0.00 MB 1 0
12,893 12,893 000000008551ba380635b3e67ac02eae7101d7e40a835d47aedb8fd6aba3baf7 0.00 MB 1 0
12,892 12,892 000000007d417a0775f3608556eedfaa6870a0e7154f2122992403ead0a4122b 0.00 MB 1 0
12,891 12,891 00000000d1613cec022cb2b7c591454ef22ad929fd18503934b96749690b0115 0.00 MB 1 0
12,890 12,890 000000003efa2110399cb1a15454f1fa793164cbbce8b51b00a273ddd38dbfe1 0.00 MB 1 0
12,889 12,889 00000000ab37667ab85ea15b04f837e8f4e3df57ec947fec838fae7b724d9a36 0.00 MB 1 0
12,888 12,888 00000000bd19c54fdfdc7046209c8e620d5730026dc975f4e6719cf91da525e6 0.00 MB 1 0
12,887 12,887 00000000bf6fab2ef4c523041dd27d50676b6e6d24411adfe38e889c2fd53c32 0.00 MB 1 0
12,886 12,886 000000006df2537e100bbbda726bd1233c763631524b7df1be76df19721e58a0 0.00 MB 1 0
12,885 12,885 00000000538fe49568b3f1e6120e1471cc23650f1232688cf6c6b80dfb7fd6f7 0.00 MB 1 0
12,884 12,884 0000000061aa47b898f2addd902c8938ff6ab9d2dffddddb9ccb6c3bcca6f916 0.00 MB 1 0
12,883 12,883 00000000e1b8043478fbf8564320d0d2fa3db9943ae17a6f01aebc0536895998 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.