Memory Pool Memory Pool Refreshing

5,604 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,771 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (28,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,843 878,843 0000000000000000000053e77821e535262867a91e878ccc8e60a7e859791258 1.76 MB 2,015 5
878,842 878,842 00000000000000000002853e127c5db3c2628600d25ee90d0631416cce9ddbcd 1.73 MB 3,099 5
878,841 878,841 0000000000000000000060ab72b871c8363759fc5f4fa35c68655e75f35cc528 1.60 MB 2,850 4
878,840 878,840 0000000000000000000126a13aea3d26da9d0c1828207826a2cc766da03061ae 1.84 MB 2,466 4
878,839 878,839 000000000000000000011a52d5809b2c25397f52c3dc14c1ca7b8663d3b21688 1.49 MB 3,514 8
878,838 878,838 00000000000000000000b98128f1f7e6fa720e5f81b456763ac0bc17e39ba11d 1.86 MB 2,582 2
878,837 878,837 00000000000000000000171ef6871bec10a3a81d9c27c867e1d110e8d2193976 1.63 MB 3,173 6
878,836 878,836 00000000000000000000eb48fc4b4ff0e8c8d8375a440c4c0c882d63bddf1891 1.66 MB 3,385 4
878,835 878,835 00000000000000000001694e4bea0d3ef2cc03711b79893bf47ac60fdfc2c15c 1.64 MB 3,325 4
878,834 878,834 00000000000000000001731630c697fec3c2809dc3cbe9bcd405b3ba24f63345 1.52 MB 3,735 7
878,833 878,833 00000000000000000001e0f2a24b3fb705eaaff45a5aadd1957b76f51e69240b 1.56 MB 3,412 4
878,832 878,832 0000000000000000000085a5b7baf1dafae398ec1f52f61c793ff9a4bbaa7ec2 1.57 MB 3,436 4
878,831 878,831 000000000000000000028d2c27c5ea349f2ae61e6a03df596ead25e1f85c5fd3 1.55 MB 3,650 7
878,830 878,830 0000000000000000000144fd600f68818a984ad1a91daca449ae7dc442b4116d 1.62 MB 3,567 2
878,829 878,829 0000000000000000000063a08c3b6d71514f62833eb68ebbdfb492ff123145b9 1.63 MB 3,220 1
878,828 878,828 00000000000000000000978df31c724c21953b632f41eaa8c8662f700fe75bcd 1.74 MB 3,642 2
878,827 878,827 0000000000000000000271d180301cdecaa9978dccade98b22f014dd99f369ae 1.54 MB 2,892 3
878,826 878,826 0000000000000000000009d1d16e19b6afed64f41dcd5fdd7a8e6503f7fdb675 1.60 MB 3,317 6
878,825 878,825 000000000000000000001c2415c376231e4198a0b10f807d368c6dc4499ba8e9 1.49 MB 2,219 2
878,824 878,824 00000000000000000000faff4d91c405674c42061f09f617c43a205303870c4d 1.69 MB 1,285 2
878,823 878,823 000000000000000000025d11b137ef8466a7295b6901d5711db37f328f1e0731 1.57 MB 4,267 2
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.