Memory Pool Memory Pool Refreshing

14,199 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (657,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,462 250,462 0000000000000042316174a43a5dd1aa0698b3c7e6e4192b1b9c96f9e7ef57d6 0.01 MB 17 54
250,461 250,461 0000000000000047fcde60d369cf99fcb62b6e1eac2a2c16d8a8ae31ccb47413 0.19 MB 467 127
250,460 250,460 000000000000005a9dcd4d0c0d294219992480daf006ca4d720ff9abd6d23b18 0.09 MB 238 139
250,459 250,459 00000000000000224b10d974d97492bf809e3b515a434986e9f062768f8ab3c0 0.13 MB 241 149
250,458 250,458 0000000000000023d60ece1fd23ce92570f873c23f3ad86109ad0f52f4bff1ba 0.09 MB 219 130
250,457 250,457 000000000000006e8bbfcdd06d8e05ffd3090e3c45c3a1765f432e2da0bfbade 0.09 MB 231 118
250,456 250,456 000000000000001d9c9a68ce9120810d4277890afe74ab964f15a9b725f1a919 0.07 MB 147 103
250,455 250,455 0000000000000061280d4031101badf9e2f1125e42f66563297ca608e83ad1bf 0.12 MB 244 80
250,454 250,454 000000000000002982587b7976f9e987f5593179c160017eda085eb609651f4a 0.13 MB 271 59
250,453 250,453 0000000000000056f912557c4f4d6784f8d24c25b295e1cc177c4312500ba98c 0.25 MB 656 131
250,452 250,452 00000000000000049307006135aad3dadea998ac5df1ee4b1bfbfaac427541cf 0.15 MB 349 123
250,451 250,451 000000000000005ceb0f0425e50f3beb7706ae7bd093095429691a1994d91885 0.08 MB 132 115
250,450 250,450 000000000000004a0f2496f4cb74ecf1391f334a47b7f0c640198731f0757ef0 0.02 MB 50 68
250,449 250,449 0000000000000063e9e9c4aadc728976a1d67a7579952aa7f4fcd12fbb404787 0.06 MB 141 122
250,448 250,448 000000000000000ee2857017f9e5e476b39c5abf07be77abca3841d02d5a01d6 0.11 MB 231 88
250,447 250,447 0000000000000071ce2b17f17649af284a43958af5a4030cf4707db93c44d8ea 0.04 MB 64 99
250,446 250,446 000000000000003c4487b3957761e5a43cafb25bff85f8610e4c7201d2ae39c2 0.09 MB 210 140
250,445 250,445 0000000000000045d512e571f6795214290e627745997428b682de310cc86b0e 0.19 MB 423 117
250,444 250,444 000000000000005613357ff8b1ee2b03d000f00bf75a82e65d3293960dc4489b 0.01 MB 24 109
250,443 250,443 00000000000000054833e2b01b806b882a678712587ed21c0b31ba0211c45bad 0.07 MB 124 92
250,442 250,442 00000000000000544b3628bcde2a902820c296804f5c790112d6d227abfe1421 0.04 MB 103 88
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.