Memory Pool Memory Pool Refreshing

8,246 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,954 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 3,698 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,953 (1,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,910 898,910 00000000000000000001bbf66dac7587597ba36505c1f7bb7e7022f0c40743f4 0.55 MB 1,370 2
898,909 898,909 00000000000000000001244ce35da0256220d158070d23f257fd30ee9238618d 0.26 MB 848 2
898,908 898,908 0000000000000000000190c0f4d4705d236091a1b84cee38d1d559adda280ced 1.16 MB 3,591 2
898,907 898,907 000000000000000000001613f3bc424decc092ad7322ab9cda3a7bc991155c90 1.49 MB 3,218 3
898,906 898,906 000000000000000000016d62c8f16ea1b92401978961adcc86fe8296e3b28e76 0.52 MB 1,397 4
898,905 898,905 00000000000000000001743cb8a660ec7b5faaab017ab2c5e282b29e3d624786 0.46 MB 1,264 2
898,904 898,904 0000000000000000000147b6f97e5bfb310b75a3ab8b93765bad1f6811b1649e 2.06 MB 2,544 2
898,903 898,903 00000000000000000000ac7d044001c6abdb37c0ebf31e90c1a0e59ec204f825 1.47 MB 2,516 2
898,902 898,902 00000000000000000001238447f88edd1cd8affaacc58b54e8c6acd0644264ef 1.51 MB 2,156 1
898,901 898,901 000000000000000000013688983cdcd46aee0f06ede04429b7b5578e63152153 1.82 MB 2,133 4
898,900 898,900 00000000000000000001ae6a6d39920631ed701443454a0730e050471ba0712a 1.60 MB 3,000 4
898,899 898,899 0000000000000000000040b4a9db749c4f89b02e66633b28b98d100c13df83d6 1.68 MB 2,655 2
898,898 898,898 0000000000000000000222785c493340b345e53d9a2c72d33d1ed4d3d87a304a 1.60 MB 2,427 3
898,897 898,897 0000000000000000000234e56d697ff93451b8996719a59f2f77f3a6d30d079f 0.95 MB 1,979 4
898,896 898,896 000000000000000000024494960e24796261a4b5ccd2f6fef14423ee378df562 0.93 MB 2,112 2
898,895 898,895 00000000000000000000e79d5e4bbf3f003f409b50fac573f3b2332ae7da5029 1.69 MB 2,946 2
898,894 898,894 000000000000000000014f07553d02a6b081045e0a49f58c86c917477b5356fe 1.38 MB 3,186 5
898,893 898,893 00000000000000000001f5af0a2eb63e4059c9a4e85af36300e56e1e9ff98033 1.53 MB 3,103 4
898,892 898,892 0000000000000000000108d4cdb25ec798f92117a7efea45d5f0ae2137674c6e 1.31 MB 2,167 2
898,891 898,891 000000000000000000000a9f1dad5d5b47533a7f626bbf46756d8cce43fa8d77 0.03 MB 42 2
898,890 898,890 0000000000000000000162bf670c271127a83716516ef94d482cfd1015bace9e 1.15 MB 2,585 2
Previous 10 blocks ↓
Total Size: 755.89 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: 545.67 GB sent, 27.83 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.