Memory Pool Memory Pool Refreshing

7,070 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (780,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
127,481 127,481 00000000000000d24711d2ed8351e1d0f4dc979059a0f6bb56f3c30d757ead14 0.00 MB 2 0
127,480 127,480 0000000000001f6f76314d58382a78efccc951d1b9f55f79ccecb2d83452d4fe 0.01 MB 6 90
127,479 127,479 0000000000000f4a98aef21d4f6329b8e5de8bebb49dc8e075bc2389fbaa0407 0.02 MB 55 287
127,478 127,478 00000000000010eb2b97218ce4130f8e7578d731062a70cd20768d32baf9c20e 0.02 MB 64 2,013
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.