Memory Pool Memory Pool Refreshing

16,126 transactions
4.92 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,717 (173,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,900 733,900 000000000000000000046e872002a3389f0ea45a2d0782e29d313168b41ba0ed 1.79 MB 368 7
733,899 733,899 0000000000000000000779b40ecfb60de84f11fc7e598c668fa4623987d25fd2 2.01 MB 262 1
733,898 733,898 000000000000000000061fac9afafc947f4250dacd0493674a15e18dcc9fbe48 1.54 MB 2,660 10
733,897 733,897 000000000000000000084c728f637103535fa362574eca9e65a30a7b70400b29 1.41 MB 2,709 9
733,896 733,896 00000000000000000007b93b59b755d2b6f252e9e1387ceb966cef45a9b7fd12 0.47 MB 698 3
733,895 733,895 000000000000000000001e399993cad55910c25b8ef371b023fd353d718ef945 1.58 MB 1,882 7
733,894 733,894 000000000000000000054406ce6ccc45e9883fb4be6559ed52f0a842af2f3288 1.14 MB 1,093 4
733,893 733,893 0000000000000000000187ef827b286fa7ac4f9fbd89f05315fa04fc1d62af41 1.33 MB 2,388 11
733,892 733,892 0000000000000000000873969ef71aa937410deb9486720da4b04fae20564e5a 0.25 MB 313 10
733,891 733,891 00000000000000000001a508aa54e0f553b50c7b30af05be5836e616853f3b98 1.42 MB 710 3
733,890 733,890 000000000000000000009bc0b05aa4bb619e2cc66a8129c3aaa9f0897f575899 1.88 MB 429 1
733,889 733,889 000000000000000000001eb03d03080a7dec9e282e753e6e08bc392c90f2ea25 1.67 MB 1,939 5
733,888 733,888 00000000000000000007a1c8bb17c763afc667ef1b2df1d3a9dc52d8d8fddafb 1.51 MB 2,892 11
733,887 733,887 00000000000000000008981ed409a974636bbc1951067424ab9a16289ce6dc47 1.52 MB 2,226 4
733,886 733,886 000000000000000000029d7b8e595df6e75e2ddce78d3a8cca494b2e613d41a3 1.38 MB 1,819 9
733,885 733,885 00000000000000000003e8ee5594630d17f4e342330e583e261420f0cf12bee2 1.38 MB 1,745 8
733,884 733,884 000000000000000000076ad771d7fb9a0f7968858d5840470a6637a5a1eb8224 1.40 MB 2,150 12
733,883 733,883 000000000000000000040a10c01819eeb9e1f50d5041262cc733a7cbbdeec539 1.35 MB 1,757 10
733,882 733,882 000000000000000000053b9140a20adf46132c882ff78564c26c51da606d6c19 1.44 MB 2,128 9
733,881 733,881 000000000000000000010938afe62990c705681495cd59f4d2f4319288ffb6df 0.14 MB 303 8
733,880 733,880 0000000000000000000449c51eb8ac3f30f7b8dec8fa855b4dcba8d98b226627 0.77 MB 1,572 9
Previous 10 blocks ↓
Total Size: 769.02 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,622.72 GB sent, 92.96 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.