Memory Pool Memory Pool Refreshing

5,348 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,594 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (94,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,915 812,915 0000000000000000000148c918cdc160e41f7306cc8d5ceac8188ad24a413cbc 1.58 MB 2,975 16
812,914 812,914 00000000000000000001327f03fff15da700c3e6a1f8d3cf15d3f6d6f8d68901 1.42 MB 1,729 8
812,913 812,913 00000000000000000000663831c53eed78b84f80efc07c6e73cec4195f1f1f9a 1.27 MB 1,185 7
812,912 812,912 000000000000000000028744d1a2831f4fe3c409051d39203995562a78a17193 1.59 MB 3,156 18
812,911 812,911 00000000000000000000fb380a06716309ade6744f7c5d7acad4366b398b62a4 1.57 MB 1,784 8
812,910 812,910 0000000000000000000444f7c87942bb11b635b7390cf2c9e4b172047bf58d00 1.70 MB 1,249 5
812,909 812,909 00000000000000000002df8bdb7f7ab606462100d55ff2815eb793bcf63197fc 1.51 MB 2,984 16
812,908 812,908 000000000000000000015cbe75858fd0c2e86340abb69db3773664f43e7e7957 2.18 MB 1,123 3
812,907 812,907 00000000000000000001fd09b552fac94d6c032741e6b0c6a0c07026227e3f8b 1.38 MB 2,583 13
812,906 812,906 000000000000000000011876ae33a743a214bec6239df9da4eee2b957ec94101 1.37 MB 1,896 9
812,905 812,905 000000000000000000039106655008dc48284f6c76cd2772e8fc9f6b62af53cf 1.47 MB 3,154 16
812,904 812,904 000000000000000000037a2f534d965688d3743536d935e8dcb8597b7abe1533 2.68 MB 410 3
812,903 812,903 000000000000000000016f8da3c848a00588f5ec802f5ae650d309fe39628fac 2.47 MB 686 3
812,902 812,902 0000000000000000000046fa8146983a52c306b844c2a4a51776ee4744657ee0 1.47 MB 2,394 7
812,901 812,901 0000000000000000000483d723b6121f21ba3fec9ce4cdb217dcae55c8533f01 1.35 MB 1,725 7
812,900 812,900 000000000000000000020d1b2b5537819240c906d8b69c6c4af0774fc54aeed2 1.38 MB 2,489 14
812,899 812,899 00000000000000000002f468fb4d3761853c163589cdab660a5df71ab52f0884 1.55 MB 1,893 6
812,898 812,898 000000000000000000001a075e67f1cfb7a1c390e8433a8bab92a4f6154ff3f5 1.50 MB 1,737 10
812,897 812,897 00000000000000000001e3eeddd11bae54e090129d5e89df4617f161d021d7a6 1.57 MB 2,777 15
812,896 812,896 000000000000000000014258702cb864cc0624aa13b19ec98b77d12dac8d3e98 1.44 MB 1,623 9
812,895 812,895 000000000000000000032cf9b8ddfd479f6d111ac4e7b3d90c970843c663ec90 1.57 MB 2,469 11
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.