Memory Pool Memory Pool Refreshing

6,072 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,669 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,668 (615,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,020 292,020 0000000000000000c0913384476d585f6dc9a5aec65b0d8e5241342e2315299b 0.01 MB 32 33
292,019 292,019 00000000000000008b933d7c72bab7f38031e4aa7a4117229a97033ed7ca2be2 0.15 MB 343 49
292,018 292,018 00000000000000007a7af284d1f00691fa743d0c29de6af60a3739a8561eb8ef 0.07 MB 163 35
292,017 292,017 0000000000000000d40918c9b94547f3bc9e88261a0b2f1ed23e9849bb04467e 0.10 MB 233 31
292,016 292,016 0000000000000000063093709a5a911ca1c63f221a5295367cc87dacd9d3f138 0.35 MB 331 11
292,015 292,015 000000000000000034352a27caeae4480eb467b2228b9227971fcce6f7b6c596 0.02 MB 32 2
292,014 292,014 000000000000000054e323be02a6f9f70ae79ede77801f387abb501f9f1ef01e 0.21 MB 443 36
292,013 292,013 00000000000000009ba850c3cd7ba0096cc8188ed475d44603144b654595cbb5 0.17 MB 315 30
292,012 292,012 000000000000000035928694569398f61fef39a141de033653953485b1525211 0.27 MB 483 45
292,011 292,011 00000000000000001727888986431989574d8fcebe01e64ba3e9b38d0ee15ad6 0.18 MB 345 32
292,010 292,010 000000000000000059b2e312881a830b1f2957573f95e649d43b81c20e698c8f 0.12 MB 166 102
292,009 292,009 00000000000000005273692fe88dad8d4d3ee7c63ab9e6a2231262158bf2121b 0.04 MB 29 8
292,008 292,008 0000000000000000553018de7378138a6709657a9cfd0e63051ddbd38d8b7f2d 0.02 MB 64 56
292,007 292,007 00000000000000003481ca2d74dcd264f75e77ffaa1ddd58445fbb24364c7f31 0.14 MB 223 28
292,006 292,006 00000000000000009a0163f4d8f43a582f373a5258643ad72a3017902a43e21c 0.13 MB 255 38
292,005 292,005 0000000000000000c86b439fc4c5fbbf2680585a8a18de80df60b170e13376dd 0.32 MB 598 35
292,004 292,004 00000000000000006af73fab926585a11f3ccee2d88871ce1865ea9c897964b1 0.21 MB 351 34
292,003 292,003 000000000000000075b67c79274f8a472acb0c40dbcc612656687ed9122f4ec4 0.14 MB 273 40
292,002 292,002 0000000000000000887504e4a0d9b36239cf133f2259e6dd439cbcd71671564d 0.10 MB 128 24
292,001 292,001 0000000000000000b55300241bf11d4e59066bdf0af3baa1d5e61fef4a897305 0.03 MB 97 35
292,000 292,000 0000000000000000620671231acb6a68134a0396235dcb0e53f4fc82bbaa1184 0.13 MB 180 23
Previous 10 blocks ↓
Total Size: 768.92 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,603.90 GB sent, 92.41 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.