Memory Pool Memory Pool Refreshing

9,695 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (424,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,686 483,686 00000000000000000091c9c97d4d1bb43f97f2c4eda8fb23cd4dab873d9966a1 0.63 MB 1,520 192
483,685 483,685 000000000000000000313a127b68323884639204e19d9d8b2c5e5605489c1fac 1.00 MB 2,228 127
483,684 483,684 0000000000000000000104b5e33833aa1ac14bfef2d74d44ae17ffde8cc695e3 1.01 MB 2,476 339
483,683 483,683 000000000000000000799eacee63e3d2bf083d564d506bf5c8fdd90641d4235a 0.82 MB 1,793 105
483,682 483,682 000000000000000000c188ef148fcdf86fc9854ec4d255b961e48e8f92062c6e 1.01 MB 2,042 305
483,681 483,681 0000000000000000009874ea234a4d0479d3ace87467b68914e29a3112f1776c 0.65 MB 1,245 99
483,680 483,680 0000000000000000001d86c93cd829a6cedc8647c91d5745bdc68ba2764fcb41 1.00 MB 2,413 204
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
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.