Memory Pool Memory Pool Refreshing

21,624 transactions
16.18 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,485 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,286 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,484 (189,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,922 712,922 0000000000000000000659856a75d56dd8b4fd964bafbdc8f94c8a1f4f6d9227 1.54 MB 2,964 15
712,921 712,921 00000000000000000003d916ad59b3c588650a5247dc4b7cd1e6cd84019f1525 1.51 MB 2,724 16
712,920 712,920 000000000000000000051d999ade1d314718bc77043f6a3a91aedba0e65eb3bc 0.65 MB 1,086 10
712,919 712,919 000000000000000000092cdbad2212854f920dd01ab658bf4640ae5bcc8a8084 0.08 MB 144 6
712,918 712,918 00000000000000000003701ab237b0f95ed64728f5fb82ca60e2722481aa048c 0.91 MB 1,445 8
712,917 712,917 00000000000000000004e573674543e719622a4c94c5d77758a54ce3a67d3a26 1.12 MB 1,741 9
712,916 712,916 000000000000000000012f8bd1e6d8f3dccbb3bcbd7861589de4db9109bd7bb2 0.45 MB 571 7
712,915 712,915 0000000000000000000a334c200ccb391d77fda2f8445bfdc1f9f2455533fa6b 1.55 MB 2,708 4
712,914 712,914 000000000000000000012d66cdf9a0326a114bccafa095231376796ad0f005a6 1.55 MB 2,835 20
712,913 712,913 000000000000000000048763ae7712fd33eb43fa5498f9b523e090feb02bbd43 0.41 MB 753 11
712,912 712,912 0000000000000000000c541276bc56d4ac7147229758ec9a643686fef1201c04 0.01 MB 14 15
712,911 712,911 0000000000000000000293e6fe0f4d3837f498d5c4344fc0df0612ed17ac5d0b 0.05 MB 148 13
712,910 712,910 00000000000000000006637e14227ac8a6e2c273727d27541bd78bd8de9752bb 1.36 MB 2,614 14
712,909 712,909 00000000000000000000ea81b84d6cfa9d9bdaee2af995b112296a9db4f33cc3 1.16 MB 2,108 15
712,908 712,908 00000000000000000005bf10e2e4b4286fc5b468b11a8cb79ed6cb9fb9bad32c 0.96 MB 1,448 11
712,907 712,907 0000000000000000000587a2f116b8b9e97be5c16a33a711020708beb4976461 0.97 MB 1,367 10
712,906 712,906 0000000000000000000bd7b80a77b3a9af222b362648dedaffa79d0fef85c726 0.46 MB 1,071 10
712,905 712,905 00000000000000000002ec86d49a53356928fa3f8fe41b6b5845167ff8ddea0a 0.72 MB 1,017 18
712,904 712,904 000000000000000000065433f3a67c2d15f56c6947ca358f887f98580c3f27cd 0.87 MB 1,723 11
712,903 712,903 00000000000000000008cc8d2e104fd8e7a45c116104fdbed49b54cb3b5fd85f 1.14 MB 2,095 5
712,902 712,902 0000000000000000000b27ee3628e1645794143ccd25ee82f9d134766406e73a 1.55 MB 2,993 15
Previous 10 blocks ↓
Total Size: 759.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: 886.10 GB sent, 46.21 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.