Memory Pool Memory Pool Refreshing

2,652 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (607,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,069 300,069 00000000000000002e7536fe07b988cffdc9d7f36c8cf4da7b664ca4101cd3ee 0.23 MB 480 38
300,068 300,068 00000000000000002d23a9d32b726907bef3af78dbb1976baede79b3c508bee8 0.19 MB 412 47
300,067 300,067 000000000000000049ea837084e03495ef1c7ae9e488488251332b551e9fe2fa 0.75 MB 911 20
300,066 300,066 00000000000000007d5f5670a514cdd04c1118e910ff1b88d8ab2a65c03d3940 0.50 MB 1,505 69
300,065 300,065 000000000000000060ddee480ed7fc957034d040a2e5dd94b8c256219e3ede76 0.07 MB 190 39
300,064 300,064 0000000000000000270d918a54fd49acfc32a7d9f20bf922261761501633b091 0.16 MB 387 42
300,063 300,063 00000000000000000c61ea4bdaca05211a494a6c008778f8a4ad1c60cce2d824 0.14 MB 315 46
300,062 300,062 000000000000000017fec0f26232828bbadd4f9eaa0dc3ee6a9017e7df3fddbf 0.35 MB 900 40
300,061 300,061 0000000000000000270727b2d0fc365cd3d575c26fae7e8f57c05ed70a2d3459 0.05 MB 104 30
300,060 300,060 00000000000000008628af2cad4a818acc44a6e12cc9bf2bb7ecbc103894d89f 0.06 MB 128 24
300,059 300,059 00000000000000001d067d48e93de095837c3e2942e39727be3f93de438c4ff1 0.18 MB 332 32
300,058 300,058 00000000000000007b2faaea2242df2e16a69eca924a7408e783614282e76cb8 0.16 MB 354 32
300,057 300,057 00000000000000003df10d2f4776edf499d8534659a6a4bbf951df0840d5854d 0.15 MB 337 34
300,056 300,056 00000000000000006897572cfe330d2d9f8733474b01b10b43fa2b4a51978bef 0.35 MB 660 33
300,055 300,055 0000000000000000713b835308a20648c1d65acf5e9071349a48cc110169dc21 0.06 MB 77 12
300,054 300,054 00000000000000007996221700fd9620598eae27cd768397df4de2f665e9d1dc 0.09 MB 111 22
300,053 300,053 00000000000000007a9f31a0c3a536c8ad78de99f8d0f431e6deca84fa57978b 0.34 MB 591 30
300,052 300,052 00000000000000005a51f766dc7e430160f88d9c8110a77f11c00a52c9b6e7d2 0.04 MB 76 26
300,051 300,051 0000000000000000633ce87e65d73594b32d703d40b8461a3912547ae31b55df 0.12 MB 231 30
300,050 300,050 000000000000000073a231679ef796dbaee6a7c738fd84c13b98b41cf7fc843f 0.22 MB 431 31
300,049 300,049 00000000000000002383af82f6372be60135388780945c130cbae6ee302b9c60 0.15 MB 83 14
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.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.