Memory Pool Memory Pool Refreshing

19,690 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (780,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,502 127,502 0000000000001652931da9732f175cea963a44452ac840bd00f08540b8b71863 0.01 MB 19 1,254
127,501 127,501 0000000000000013dc0d9247d7f197892531f6c42cf3592aa88062c49c91bef1 0.01 MB 18 997
127,500 127,500 00000000000011095756da3548c943ce7250499947f78d00cc3ef6f48ecb2ce1 0.00 MB 12 0
127,499 127,499 00000000000015722683678370230f665b396f937c4edeb31831681f299ec3ac 0.01 MB 26 470
127,498 127,498 000000000000205dc77157ab56c18b3a9b965bfe77f15b299dbe7c9a5eb57547 0.02 MB 28 675
127,497 127,497 0000000000001e9a566e945472e4d96a71db52197a20b95abd708e586f1e2bf0 0.00 MB 19 84
127,496 127,496 00000000000001cfddbcbc04f2c5ebb1af15acda8198a36c7740be7e80858b68 0.02 MB 50 438
127,495 127,495 00000000000023cb505883f4861850a763adf4315a84ea8d555c1ba6fee4b37c 0.00 MB 6 0
127,494 127,494 0000000000000e9c35575f34e0ed8f940c100cf46564f29c953f52901cf9287e 0.05 MB 159 767
127,493 127,493 00000000000005d81419ed578af1007764c2952e50c76ec5f19c6c4414282d43 0.01 MB 21 1,122
127,492 127,492 00000000000020b29474e8c6cb9175d3837a46e7815789facf99247795483422 0.03 MB 64 314
127,491 127,491 0000000000001c60165d868026cacda822cc25776a06daee6921bc792808eaab 0.00 MB 11 502
127,490 127,490 00000000000003c7defa9ffe15a644e38549da1d644071abd2a043ac3bfdf3cf 0.03 MB 41 162
127,489 127,489 000000000000014b18f63cefaae611c30d274014772d49640231bfa0cbcc855e 0.00 MB 9 1,453
127,488 127,488 0000000000000669e94cdc8b86441d2dca5e1ffc841425ce6343469a64581ead 0.01 MB 18 393
127,487 127,487 00000000000004d2510326e1fe7642dfd64081fc694efd12cb059950b714d73f 0.02 MB 58 6
127,486 127,486 00000000000008ba570c3b5c37e20124bebc079c78a4f017a43ec48d3c988b2f 0.00 MB 1 0
127,485 127,485 00000000000014ba070175b12151e45927e29419e29e6ea9e7eaafdb4b1d7740 0.02 MB 22 405
127,484 127,484 0000000000000b014190954b765a85624114cf6a598ce9b382b71da604679e07 0.01 MB 17 3,482
127,483 127,483 0000000000001df8437b1e7335e956ed8a271470136272023aaef90f211211d9 0.00 MB 10 743
127,482 127,482 00000000000013b0f1c510fddc7ba1b56e1764c05eee102a7a2cb4cc01233d2b 0.02 MB 68 3,312
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,624.52 GB sent, 93.00 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.