Memory Pool Memory Pool Refreshing

4,008 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (402,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,716 505,716 0000000000000000000625867f2a7a5eed3fdad442cd063f2d61945d5190605f 1.02 MB 462 63
505,715 505,715 0000000000000000005fc4760d0b277fceebd729f0c96e685a5211f97ab9e287 1.00 MB 602 70
505,714 505,714 00000000000000000017861bfc877cf9fb851486f5b43f3404f490cd50b56a5d 1.05 MB 1,259 84
505,713 505,713 00000000000000000059611b07f550c9e1517d4f56cd9b8d1a80783898a953a3 1.38 MB 827 70
505,712 505,712 00000000000000000025d8bef54981cb1563000721161b2d59dac2426a34f020 2.03 MB 276 44
505,711 505,711 00000000000000000029ae5f0d6fa905487106a3b95d7a706b287d70a75e2d72 1.07 MB 1,682 180
505,710 505,710 00000000000000000054861dca62422ce0b0cf4380708b82d08b6e2ed30152ad 1.06 MB 1,498 189
505,709 505,709 00000000000000000002afb8dcb8ade14cb9b3edad901537d6d4eb94ee761836 1.04 MB 161 51
505,708 505,708 00000000000000000051ca6884cd9aaca9714c9735e8f72634924ca6ee9db374 1.01 MB 278 54
505,707 505,707 0000000000000000006aae384ce571d2664ebf2835d8fd6a0111665896115b94 1.11 MB 1,884 88
505,706 505,706 000000000000000000539cdf951787aa44e717a23e12785dd03c47e826d12350 1.13 MB 1,991 225
505,705 505,705 000000000000000000696af7c51fe54e0a2974183f98e18621dc208c7f258a9e 1.13 MB 1,493 164
505,704 505,704 00000000000000000026fc47cf06d1abd6c5889eca9c8b17737b8aa3c0f97ca5 1.05 MB 1,667 311
505,703 505,703 0000000000000000005f4596cefbb774a6ac0ed74922963d5a6c87be1444c65e 1.08 MB 1,924 241
505,702 505,702 000000000000000000243366b3aab8065140503814dd68b792e09f2f742115b3 1.05 MB 2,058 281
505,701 505,701 0000000000000000001ea3a3bc9b3abb1b5c39129299ed6b83feaf466e773abb 1.07 MB 2,302 314
505,700 505,700 0000000000000000006359dd4e5d50437c32b4e8ef8c5b3efe7fc411d8a085a7 1.01 MB 121 58
505,699 505,699 0000000000000000007765ecd0c3f435dc263b998f8fb58e438319a1378df568 1.06 MB 1,604 172
505,698 505,698 000000000000000000736e886f0494928d58607387b98b3d209c02fbd2c4e2b9 1.04 MB 839 148
505,697 505,697 0000000000000000004810fe8f9fd57ebde2e3aa95d165565219c48fe912b2a5 1.18 MB 1,917 210
505,696 505,696 0000000000000000005775a745652071378af39d3dff7ac3648cc30757d4fa2e 1.06 MB 1,588 210
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.05 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.