Memory Pool Memory Pool Refreshing

929 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 910 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (402,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
505,695 505,695 00000000000000000003d853ecc4958ed2c84d3932e9355982ba4a8bd07f3eb3 1.00 MB 99 54
505,694 505,694 0000000000000000006726bd49b1c3b1d0286f1168b7b50172c591d147ba3a5f 1.01 MB 420 102
505,693 505,693 0000000000000000004e27ca1e23cee228ccf5005c0d5a52317768ca6fcea482 1.05 MB 507 89
505,692 505,692 0000000000000000007d488608b0b27bd43b4bf71ad30fd14389be229bc45770 1.12 MB 1,626 104
505,691 505,691 0000000000000000004057175a9ed480a17a87b700e8737ff7bfa08776039b71 1.06 MB 2,182 309
505,690 505,690 00000000000000000012b15bbf4ec12fe410cc9197bd9b5b81541d9f4aab682b 1.05 MB 858 89
505,689 505,689 0000000000000000006d8266d3ceb55ff29438b28913c01b36b01429df381554 1.05 MB 1,557 265
505,688 505,688 0000000000000000004b7800ee30ef0750ea974be053166747f0a405cd7c422a 1.11 MB 1,905 188
505,687 505,687 000000000000000000567b7a4dd90b9ef51c4cc28963aa51dd5a06b4348eb1e6 1.02 MB 1,652 227
Previous 10 blocks ↓
Total Size: 769.56 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,649.25 GB sent, 95.74 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.