Memory Pool Memory Pool Refreshing

4,916 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (6,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,649 901,649 00000000000000000001aa78a62e1ba0f6a777ab49d706cb8d81f5401becc3f3 1.66 MB 3,081 4
901,648 901,648 00000000000000000001d96d9b3a345166ed9695b00cefa0992fc7c874382f20 1.54 MB 4,512 5
901,647 901,647 00000000000000000001ae1516481917d4e216e8014cd1004532730eef774b2e 1.73 MB 3,816 3
901,646 901,646 0000000000000000000078913d41fc037a091ce1d1db398667d311e0c6af35a3 1.58 MB 3,471 6
901,645 901,645 00000000000000000001d7dea95e41a780090fbe642445ce2d25e9057faa574b 1.54 MB 3,422 6
901,644 901,644 00000000000000000001bae820adfd669e3d6dfabe285eb4caf4db9788b5760c 1.53 MB 3,693 7
901,643 901,643 00000000000000000000b5a48e556baf05991008f8690ebd3431d9f5d9f67be3 1.62 MB 3,984 5
901,642 901,642 00000000000000000000e0d4f99c3f39998b3de7a620adfce23afd23ff23f1ec 1.59 MB 3,611 6
901,641 901,641 000000000000000000003bb243b318cc73ec1874df9234fb6e94af1a5dc87ac8 1.57 MB 3,553 9
901,640 901,640 00000000000000000000a770594ac205ebd1cdeeebd35c99827d0ff4219ef23b 1.61 MB 3,208 8
901,639 901,639 000000000000000000017a40ce77a6e6a3e8bcc60c391919917874a3a2f3cecf 1.52 MB 3,566 10
901,638 901,638 00000000000000000000f920d0f0e3e34cf50bbea5f4271e35bb3075b1da9065 1.56 MB 1,060 2
901,637 901,637 00000000000000000000af56d312c91eb2e6ba1aa2a4cea878c9a820d5f71cbe 1.53 MB 2,465 4
901,636 901,636 000000000000000000015e48fb5123b66ffb07de763d03804ba851d46e7d471b 1.45 MB 3,495 5
901,635 901,635 00000000000000000001c693534799956e8ea0c156f3d14381188e065e8931d3 1.53 MB 3,872 3
901,634 901,634 00000000000000000001dc0a6d8d802000b1ad7d08fd2241208c3c9bf1366913 1.47 MB 3,298 6
901,633 901,633 00000000000000000000c7597b5964431f7ec4f7bc6bde13b592f6a1b873d2cb 1.54 MB 4,132 8
901,632 901,632 00000000000000000000ae0dee75e3c5bbb6085c7808f47d139885dc3873d9ce 1.57 MB 3,086 4
901,631 901,631 0000000000000000000064f178cb3737143fc1ff29f58eb74dba98c7ec486499 1.05 MB 440 2
901,630 901,630 00000000000000000000fe72692971d881eb7ed4c70f571ff4178ef741b589d5 1.40 MB 2,844 2
901,629 901,629 000000000000000000012cea6ba6f32a14ccf34d86b25f7952b260e66cab1e22 1.59 MB 4,305 5
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.53 GB sent, 93.13 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.