Memory Pool Memory Pool Refreshing

18,242 transactions (8.22 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 41/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,746 908,746 000000000000000000020b810fd6ad7348f0cf28e5913a4ac3e2042716d1a63b 1.63 MB 3,722 2
908,745 908,745 0000000000000000000052d3d5ddac84eb09ce418fd64264ea9315c58840fb07 1.68 MB 2,850 2
908,744 908,744 00000000000000000000705ef64366f47942e4c0e83897762fa7b625853d5666 1.61 MB 3,271 4
908,743 908,743 00000000000000000000c92400abe942ef02576fc774a640bedddcc34e568443 1.58 MB 3,431 4
908,742 908,742 0000000000000000000042570a47d362ef4b959412e0a25063878ecb17d10347 1.67 MB 4,121 2
908,741 908,741 000000000000000000006ee4cdb44df566f94805f3a93dd530b22ddcb8fd1a04 1.60 MB 3,983 5
908,740 908,740 00000000000000000001afeedfe459ffcecf4591024fe648857ebbe0903c57d5 1.58 MB 4,038 6
908,739 908,739 000000000000000000011a7a1b220808cb444efadad0895561f3d51914178498 1.55 MB 3,762 7
908,738 908,738 000000000000000000019eb57b7b3d61a1a71714c4120135f3076d91eadcfe92 1.67 MB 3,113 3
908,737 908,737 00000000000000000001702c2d3ad23c7db903e141481b065793446003f6e984 1.58 MB 4,093 5
908,736 908,736 0000000000000000000194237aece055cc8fcbd02dc0c98b589a1087f284002a 0.45 MB 755 2
908,735 908,735 00000000000000000000e3bc38f46bb16c64cb8873dd179e6cfc9a77df94e56f 1.69 MB 4,130 1
908,734 908,734 00000000000000000000c8658ce9c76c5991284554ca1e15729d40a361608a9b 1.80 MB 4,685 1
908,733 908,733 000000000000000000007ac29961452fe24a80ae809f67098ce54c5c0d815f3a 1.78 MB 4,764 1
908,732 908,732 00000000000000000001bf565f973a8b69fb91013e32956e1cf8b7e0c1e13e80 0.63 MB 1,537 2
908,731 908,731 00000000000000000001fb5435c66f4442e656fb0da5aba8ce361f7391dc1ae1 1.64 MB 3,338 1
908,730 908,730 00000000000000000001011817a50f9e53c7cc0372e3b6e41598f29cf6b8e3a2 1.61 MB 3,501 4
908,729 908,729 000000000000000000006aa4c9c6983416c2cc858e591e77c87d1be9d03c05e6 1.13 MB 2,499 1
908,728 908,728 0000000000000000000207615bd6d37f849d41e2f69c6dd8ad64c100b559d391 1.59 MB 3,513 4
908,727 908,727 00000000000000000000f2bb2f789ca1569fab502486c5939396e193d7913d28 1.55 MB 3,525 2
908,726 908,726 000000000000000000001b3ef63df232cbd6720c295090e13edf1b2dc51c34bb 1.65 MB 3,650 3
Previous 10 blocks ↓
Total Size: 771.39 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,864.01 GB sent, 104.38 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.