Memory Pool Memory Pool Refreshing

4,232 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (791,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,427 116,427 000000000000542b073f0f1168afc560f04b13fd12d189d556ca6397740c333f 0.00 MB 11 343
116,426 116,426 000000000000738a5c2182431a07a90e7c4dcb27749d47e1087b18c9c90efae2 0.00 MB 12 0
116,425 116,425 000000000000bcd777f201273f29cf6c276803e6a40c2c70ac8cde61056f6cc4 0.00 MB 12 0
116,424 116,424 000000000000c06e9caf5e68a45c9606f10d2c6e3d38434a2fc8a5d71f1fc7ba 0.01 MB 24 0
116,423 116,423 00000000000091da3dcfbf0caec85db07b820e76aafac40e15fd19112038e93a 0.00 MB 13 307
116,422 116,422 000000000000194a353ac8956ef06e5d89433ffe628914273d9b952489ffb637 0.00 MB 10 0
116,421 116,421 00000000000040e6aa54919951a8ce39eeef895e2e89d7dbd10c57ede08e8ec7 0.00 MB 9 353
116,420 116,420 000000000000f1c88235614420b13bd89e1b6742f3311ebb36623c81955a63e2 0.00 MB 10 0
116,419 116,419 00000000000029687f4106c010b53d241c3c899a2f3d6839763674ca1d133057 0.01 MB 17 480
116,418 116,418 00000000000072c624e2af7c22332820b50d1dd9c13dab7f091bd75ab5812c91 0.00 MB 10 679
116,417 116,417 000000000000d9124707db7cdfa937fbd9fdd353e409df0c94f00247274419ec 0.00 MB 10 649
116,416 116,416 00000000000026be3ab8f0764880c6073ea18a542dbbc6e19c895dad40d53744 0.00 MB 10 0
116,415 116,415 000000000000d21228aebfd2cf02fe43dfd48fcf15bdf041ef661580f05f5be2 0.00 MB 11 309
116,414 116,414 00000000000033e733a74a9f6592c38f756345389c2afe9b0574d9aafd997949 0.00 MB 9 325
116,413 116,413 0000000000002588be5aec8d73c016d9e6772fa5636e663d3be039bf7fbdb0b7 0.00 MB 15 747
116,412 116,412 000000000000d601e14780c5722bb50364fe08b885c1ed54d938e33989a73fec 0.00 MB 10 0
116,411 116,411 00000000000080f60377138d12e4537957dbfe310ff2ea43436d55d4e8e54d76 0.00 MB 14 1,669
116,410 116,410 00000000000073f5407eeeebf03220fbfc1fbc03cec3ca3eb34f821565031d1e 0.00 MB 14 795
116,409 116,409 0000000000007d71fca6e8ed34bdcf019bd10dd3c53d8722a41b3801e43c7efa 0.01 MB 36 378
116,408 116,408 0000000000002206c226f4c7c26398315b7e4c80bfd1fc11abebe84c1b3f19d4 0.00 MB 12 0
116,407 116,407 0000000000004f831023c7c7275c6bedf2ced7d88be7640608e2d47b5047b0d1 0.00 MB 12 1,847
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,617.24 GB sent, 92.87 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.