Memory Pool Memory Pool Refreshing

19,440 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 39/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
901,622 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 5,249 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,621 (417,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,679 483,679 000000000000000000abedbe66571c9af8cbdc83801ae7041bebfd0ac96d72af 1.00 MB 2,240 207
483,678 483,678 000000000000000000740f85d6e51c1cc483bd5f70809275fee6978c5c7de128 1.00 MB 2,469 339
483,677 483,677 000000000000000000754eab83e7608d0916b63a0f34b1aebae37da9a6786e87 0.90 MB 647 21
483,676 483,676 000000000000000000978c99376268751e32014f8f72fb83ed683bca938b53d7 1.00 MB 2,055 62
483,675 483,675 0000000000000000007f69bf9b580a6e68d43a3bc65144491bf8e66ada4f5ec5 1.00 MB 2,366 140
483,674 483,674 0000000000000000000866bbf99805502804f4f9f6d163d1fecfa0983b805583 1.00 MB 2,298 143
483,673 483,673 000000000000000000463d581ab81fec61067264b534f1cc50154b040e9f1fb4 1.01 MB 2,331 253
483,672 483,672 00000000000000000020d469aac9cecc0e8bd4608fac9c4321030638a0f86151 1.00 MB 2,045 258
483,671 483,671 000000000000000000d846d5b210cc0124051ba4d02ebb632e5f8f80dfe5f411 1.00 MB 1,627 309
483,670 483,670 000000000000000000fff6489d2b71e38c54a7ec750903382257d370a93dfd95 1.00 MB 2,390 282
483,669 483,669 000000000000000000cf2f715a2d40687cdd5ba9b837c68c23b09a27b5bfa09a 1.00 MB 2,481 376
483,668 483,668 00000000000000000117f3fedc2baf89a03c494118c33e5c74336292bd285170 1.00 MB 1,338 423
483,667 483,667 00000000000000000024ed1624346cce4a4324efc0f08d4a897e20542f7418f7 0.89 MB 1,121 69
483,666 483,666 00000000000000000128875e52c0a58ed74ef3a5b80d6cf21c54ce81a828b2ab 1.00 MB 1,544 243
483,665 483,665 000000000000000000d425cd25aa678d55bf1e970c3f8d114368ac4c69214676 1.01 MB 1,358 52
483,664 483,664 00000000000000000030ef2ca4bde7cc1539d68bc38328ae98551621b632edb4 1.01 MB 2,275 225
483,663 483,663 0000000000000000005112dfcda1eb51b9371bb9a09cb06656aecb82efcc9ef4 1.00 MB 2,135 281
483,662 483,662 0000000000000000003b94d9692f1bb90ef619aad3c2662c1b64b356c87965a3 1.00 MB 1,106 119
483,661 483,661 0000000000000000011a635ba78ceafb16084a84a88431ee38287958913c68d6 0.40 MB 679 31
483,660 483,660 00000000000000000125ceef362ba901ba7737da32fb6c3879f50742c2624ab5 1.00 MB 1,322 113
483,659 483,659 000000000000000001233367e9e27df68f712b7e915b6b7ecbb4ab0c1a40af14 0.84 MB 1,114 134
Previous 10 blocks ↓
Total Size: 758.52 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: 744.11 GB sent, 39.56 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.