Memory Pool Memory Pool Refreshing

12,232 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (786,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,370 121,370 0000000000005206cc6d381b71c1f46998cfef8c682aee6aed452b28c70925bd 0.00 MB 1 0
121,369 121,369 0000000000005d4e5bc9d10ebc025898e91b9837e808250069246c7b36a57214 0.00 MB 7 0
121,368 121,368 0000000000005c6fcdd3bd8e248e95b680a9b20c1bd286243c45231e38f4916b 0.00 MB 8 0
121,367 121,367 0000000000007431d5d0e5b76aa51aaf27a6e78d8e0acbce44808a91909303a1 0.00 MB 9 0
121,366 121,366 00000000000086bd6268e80c7b21e02b813796e6d669f70516cdd77e05f445ef 0.00 MB 14 624
121,365 121,365 00000000000071a8a1769c11c55deb81685dd016b7c4fceda3c8f027362084f1 0.01 MB 44 1,632
121,364 121,364 00000000000043026f9b93c4d3bfa24acb8bd4bf8849c0d4a7af575ddcf47152 0.00 MB 11 0
121,363 121,363 0000000000000d87732e0fda72b96324862cc8028724066e65c4b814df44454c 0.00 MB 11 0
121,362 121,362 0000000000005ad4fb4c0773ee8420a710996e3d9a5926cdc5bc67339b50887b 0.00 MB 4 0
121,361 121,361 000000000000913f63a281b67a97ea9ad9a6143854bd4dce4a53dbe3db502a8b 0.00 MB 10 0
121,360 121,360 0000000000002d6e32f17db4292ddc2a6509571574575889a14198937a30d108 0.01 MB 36 1,867
121,359 121,359 00000000000056fcdff0050872d6e91cfd377d53212dd6a50d909a7d370e1d5c 0.00 MB 12 0
121,358 121,358 00000000000083a05cde6852a5ae453ed83cfd191da0c439e9d9cc62909e4c4d 0.00 MB 6 0
121,357 121,357 000000000000487496da4a6cafc9b324da38df29e4d09f71acd358e8ab2b49a3 0.01 MB 19 199
121,356 121,356 0000000000003fc0372afb8adcfe0fe6ca963a60378016b426c6268e7c8d2f1e 0.00 MB 1 0
121,355 121,355 0000000000006f3aa3af98ab77cd6ded3ca087eed4480375a91da9a7b0d2af02 0.01 MB 41 1,422
121,354 121,354 000000000000176d4f02df5bf339588446aa134886ab5c3bd987a32ee4f1ace9 0.01 MB 12 1,245
121,353 121,353 0000000000007b2d40ba12f353ad74e89ce6e848d02e64c53ae5973507dc5927 0.00 MB 8 351
121,352 121,352 0000000000004f1954f626a4d134ecccc10d02e45b8dccc61468ca228643a16e 0.00 MB 10 0
121,351 121,351 00000000000047f11bdbf0398a103e16dca46a7c570e096902839d1e5c00be7f 0.01 MB 17 0
121,350 121,350 00000000000007f73e5ddc4fd7fd6e8e9a0f230764aef4ed28cc7bcfdb9f3a24 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.