Memory Pool Memory Pool Refreshing

7,025 transactions
2.65 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,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (6,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
901,628 901,628 000000000000000000003ba2c6541842e584c69e4ace8df6a2f5842f68919d0e 1.49 MB 4,122 3
901,627 901,627 000000000000000000001a83a7f08437e6c9c2cd3fbc223e728cbd5cf594a01a 1.52 MB 4,566 3
901,626 901,626 00000000000000000001a1a2d53f840ae8d15502b96f2ccc40d56bfcf793fc62 1.53 MB 4,735 4
901,625 901,625 0000000000000000000107ba3cd8f7c56fe4781e8b30b382c5442d525a1829c6 1.55 MB 4,220 11
901,624 901,624 00000000000000000000543dddcea6cebc86a37711aac719501840e59c243f3d 1.53 MB 4,370 14
901,623 901,623 000000000000000000007b33e0a9dc1f89018ccaab1580c42713e149d52e7109 1.51 MB 4,449 4
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.