Memory Pool Memory Pool Refreshing

1,984 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (803,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,517 104,517 00000000000091be4cc4b7bad62384cb7c441424b177ca3051e03347ad8ea835 0.00 MB 3 0
104,516 104,516 0000000000008eb26226abe2b00c35f535a48f1c4bdb94eabc19cb053876b089 0.00 MB 3 0
104,515 104,515 000000000000f09a9f221cf1f7bfb4a7b11ccfc6e3162b90bdb369960be7ee8f 0.00 MB 1 0
104,514 104,514 00000000000129dd45c0e49f67f9b7c61b29107f227d8f2135c030c834a13d7b 0.00 MB 1 0
104,513 104,513 00000000000145524811260283883f96574691c2c6ad4296b2bf07ee32b47c1b 0.00 MB 1 0
104,512 104,512 000000000000a3e67716455ce187d7b45fa6ba2735fda65f9fd05f4bfc1d29e2 0.00 MB 3 0
104,511 104,511 000000000003661ec782cc3eeb2c41f89aad435860c7a9b4ab5c4c2848e7465e 0.00 MB 6 0
104,510 104,510 0000000000003d705890288c7ba63258e6b378c61c4e3011b8553045b1cf5801 0.01 MB 26 0
104,509 104,509 00000000000146adffd98bfea5287cf6c3e17f5a5d5259ddd9821d32b2345e78 0.00 MB 1 0
104,508 104,508 0000000000010dd20ba69e93f0f7ccd0871146c189fded80cb548368ac52c8cf 0.00 MB 2 0
104,507 104,507 000000000002f8d732cca6191842579387c668951f641360e968a6bd17ef7d9b 0.00 MB 4 0
104,506 104,506 0000000000008240ba9275de05eca88b3980312c86974331cc82154aa311f2a1 0.00 MB 4 0
104,505 104,505 000000000002a23ccc0b6e8d9cd827f8a52755297a659cd5e69b16e22c03ddc6 0.00 MB 6 0
104,504 104,504 0000000000012d238c08f48bbf9b3044fd5976467ee32a689871946ffea526b1 0.00 MB 6 0
104,503 104,503 000000000001de08365e5db87dc9e8aa5bcbc6879d4068967dd8b3ef73f46522 0.00 MB 4 0
104,502 104,502 000000000002d3a91c2c323c7e694f02c656f995850ed2ba021a67b557c01392 0.00 MB 1 0
104,501 104,501 0000000000027da6cb3ecdfbad2300b4f5eafe1d15511941f2dc765d72dd5c13 0.00 MB 6 0
104,500 104,500 0000000000035c81effe425e21dd20e7e72763bf453774634463c4a97f56f090 0.00 MB 8 0
104,499 104,499 0000000000035f213582828d1f83d6488f829ac9622170819f95ab56258e873d 0.00 MB 1 0
104,498 104,498 0000000000036d375907f55fdcfcb90e89f0ed30d1a5186d5e1971ae7e7df8c6 0.00 MB 5 0
104,497 104,497 00000000000203f25a39934f0c7f9667ff6c14f1c680034fa885759ab9255545 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.