Memory Pool Memory Pool Refreshing

4,706 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,667 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,810 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,666 (723,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,090 184,090 00000000000001597490fdf3a4c8da5bbfc6350230bfc1043eb54227e3dd2b2f 0.19 MB 313 83
184,089 184,089 00000000000000e3150fdd3fb6db85bf502a851bc7c1eb71c4e0dc7f24571d6a 0.22 MB 631 154
184,088 184,088 000000000000038e6b4377a26ace1f707a92f2eda676467123effcfd63e02590 0.00 MB 11 298
184,087 184,087 000000000000061a09411a63654477bf05423d6863e5a8ffb54a49a6e8d228d7 0.07 MB 189 138
184,086 184,086 000000000000063ef124c17614cf6b8708bfed9f8bb9c9169b6d2e6bf8593bd3 0.09 MB 175 88
184,085 184,085 000000000000019e2e888494302115fe14b8cd37836dda160bd61dab4fe8cc5f 0.14 MB 348 118
184,084 184,084 00000000000004c49597e3573fd7a520b643f2c91f9639ba7235d5c1a15f58db 0.05 MB 126 99
184,083 184,083 000000000000058192e00bde52d63ed724f0cfbe86b0a93d9188b5938de01490 0.24 MB 512 118
184,082 184,082 00000000000005295e289c034ad44dfe85ba574b0cbf273ed2067d84c33dda26 0.05 MB 120 83
184,081 184,081 000000000000046974227796ee0a3d016d53e0cebae184a835a25f169a87c86a 0.03 MB 91 31
184,080 184,080 0000000000000a6a587e3c5aa0fa42a4e2f8153ea98185c4aea421b249b64622 0.20 MB 268 85
184,079 184,079 000000000000062af3cbda0f6dd4970d1e78c8b5423731b93dba45e48e2a5284 0.32 MB 739 118
184,078 184,078 0000000000000528eeab663699a1631dbf5cacaca40fe37f6c8b58f9f21dfe2d 0.00 MB 10 15
184,077 184,077 00000000000002117782bfa6cbab7809bd8f9efc5d5528ffc92f0caf93976965 0.00 MB 1 0
184,076 184,076 00000000000008c5e2fc353cd6cbcbeb6161aa1961c7ce3a5475ed36827cf093 0.13 MB 266 123
184,075 184,075 00000000000002026fbb33b0e7a1746caa061f1a1862120e028d973ebedf7ca6 0.09 MB 235 126
184,074 184,074 00000000000000a96ab8831f869075d0eec9f955ace0555ef8a6608966ec87e2 0.05 MB 111 155
184,073 184,073 000000000000036fd8f4d158771f2a7bf636ff560615f17147b02eb307048019 0.12 MB 225 100
184,072 184,072 000000000000093cda7a2be39c6cf97d1dc0165c79f4775fc89afea186cae551 0.05 MB 128 89
184,071 184,071 00000000000005145f5560663107744c87d1d5f0dd3ec7f4552afe687578b6ca 0.03 MB 59 120
184,070 184,070 000000000000037efd0cb5e48ac9cba2fbc49c1d6ba73840c4e9006e2678bfce 0.06 MB 115 129
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.77 GB sent, 92.38 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.