Memory Pool Memory Pool Refreshing

303 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (800,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,991 106,991 000000000001d53b0eb68c1ff0e886c5039a74d6b638d4eb9fa7e0338af3b627 0.00 MB 1 0
106,990 106,990 0000000000015c7874b0b2069a1fddb52b04a73c0a04e47c2aaaf3c6546664ea 0.00 MB 1 0
106,989 106,989 000000000001bf9f75eeb69f66c7e783f98f0287f2f61fb073c7357807ded1c3 0.00 MB 3 0
106,988 106,988 000000000000a6b041e83c3e332aeb32bc5abfbdd60def448df2e0a5adedcb19 0.00 MB 4 0
106,987 106,987 0000000000003766a74166e48f4cabd07bd78904b87915d351232fbfee675122 0.00 MB 5 0
106,986 106,986 000000000001ea616df938b8af4b92110cfad7186d8d657a97c4bb690a5e83b2 0.01 MB 28 0
106,985 106,985 000000000000f77d88eae910304d1997779fa9d8edfc055fb9fca35c3cc2d037 0.00 MB 1 0
106,984 106,984 00000000000233733684571a8a43c44753fb902754b5a9f9a6f64c2a29826078 0.00 MB 3 0
106,983 106,983 0000000000025b646f3a64d9d9883dfbcb8358c955a23a6d96021d8b152aa852 0.00 MB 5 0
106,982 106,982 00000000000218056f2bf9d24b6e544289c29195abd6e25c4d5ef28d7b6ae0fd 0.00 MB 3 0
106,981 106,981 000000000000fb6c3583b4b104b198ac77c6accdaa538ead864f3dcc6455e5c9 0.00 MB 1 0
106,980 106,980 000000000000ca6ba1612275098e805b4e786a6db858f8f1457095a45789bc19 0.00 MB 1 0
106,979 106,979 0000000000025777cd1aca11ad3b76ea9d68b0c8097183459b4eee811fc4540c 0.00 MB 2 0
106,978 106,978 0000000000006f189f8727d3cc8290ad9da95d9382119dc6fbd6e426ecef8002 0.00 MB 2 0
106,977 106,977 000000000001f7d821b7d364a477c7011e658d0f3cfa0dfd1198c98fd35f9d4c 0.00 MB 1 0
106,976 106,976 00000000000007a52b6fd1b2a1fd10d5e5732e465309b5ae1af80ecb4968d754 0.00 MB 1 0
106,975 106,975 0000000000017de2686042d1b5bba6a114a466353e7b6bedcb303f1fbf019461 0.00 MB 8 0
106,974 106,974 000000000001fb3b529e055004bf331bcc92665a7fb76719fe9ced330c24aa51 0.01 MB 32 0
106,973 106,973 000000000000b776d67a015a295a8595ec1f13679c1cc0805e22ba89bd6cb60c 0.00 MB 1 0
106,972 106,972 0000000000024c868912e70d7231c3a53393b5bb403ddc661d324634b09c8986 0.00 MB 3 0
106,971 106,971 0000000000012fc24f39fc211264057d70caa78f44268a1a292fdf617eacf474 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.