Memory Pool Memory Pool Refreshing

16,899 transactions (5.98 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,611 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (884,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,089 24,089 0000000044962cc40e077f2490b871f46b0f5d074c3e9b7c0fdb90d0a8a3cd08 0.00 MB 1 0
24,088 24,088 0000000065ccd7f220f4feb79b41865deff84e17c66c96c009fca105ffad2038 0.00 MB 1 0
24,087 24,087 000000004a6cbff80f30e18c617948c48c79eb85d7cba7f4123d619246555fe3 0.00 MB 1 0
24,086 24,086 0000000043c1b775f86599558216d0043ec573cb874ce906030eed38e07f8321 0.00 MB 1 0
24,085 24,085 00000000483a3ee6522f55847ef13f5e8d4f1abb3f6b95ede7fc20db326085e3 0.00 MB 1 0
24,084 24,084 000000001f43b8d5fef810474ed7fecca20a6eb516394b7172ec585f03d0a797 0.00 MB 1 0
24,083 24,083 0000000014b8e0c15e388c0e6015f669f0ad522475ae0d207124e5d1eb6ca6f7 0.00 MB 1 0
24,082 24,082 00000000c8512df320e82bf04fe82d26302a7e46120f5963edd529dbec676209 0.00 MB 1 0
24,081 24,081 000000008f4d3e66389ffcc8d0e7573fef07e014dbde9d389936113ef4218ae2 0.00 MB 1 0
24,080 24,080 000000007de6955d327ea52c5f6bef13e0365133c9207d0138b586c3f9391bd2 0.00 MB 1 0
24,079 24,079 00000000481e4ac2dd872fbe54874b8ff44dbac3f9536dbfc60a78c1ab4fe758 0.00 MB 1 0
24,078 24,078 000000005a89f72ec0165d811827d34101f8dad3381cf24a53b670c14cf1d4ff 0.00 MB 1 0
24,077 24,077 00000000c041586a2ffcbcf929fd23d6bc9db54850473f0ff02b68276b2b3987 0.00 MB 1 0
24,076 24,076 000000007c3c4ab169c501050d80d9627ef96ea75a7634eb259f8be3ffc9830a 0.00 MB 1 0
24,075 24,075 00000000a15c5963adc9f82f77c3d7f3bd84e0e91b07ea32d7b858d8aa582706 0.00 MB 1 0
24,074 24,074 00000000382bb4ba9fa4b302e402f9525139babede8e2566e35ef862a6a1d784 0.00 MB 1 0
24,073 24,073 0000000096e7cac7a0c2ad077cae8972a9d4eec5adc2876021632c8802187a7f 0.00 MB 1 0
24,072 24,072 00000000fdcae9c3b32a7022bfc6fa4f1de3b9f9f460f7e319731543caade538 0.00 MB 1 0
24,071 24,071 00000000b0742187ae98b7bae07bf13519c39004ead561461a4bc1a0c834a4db 0.00 MB 1 0
24,070 24,070 000000004559012842720edfbc699322884f9a887c9865ea2df42db814a5c815 0.00 MB 1 0
24,069 24,069 000000004d22746fecd8bae3dfdb5ac67f91d567d878645d2d62bd0410cf15d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.