Memory Pool Memory Pool Refreshing

6,455 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (5,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,283 902,283 00000000000000000000393b31742d38247277bbb0c8241fdc224b6eb2068617 1.53 MB 3,881 3
902,282 902,282 0000000000000000000196842c44d6d8620f063fe8e0ea89ffdfad73a91fce43 1.55 MB 3,244 7
902,281 902,281 00000000000000000000a03fb08297cf024a51fa5a714952d9b80703adfe309c 1.62 MB 4,164 2
902,280 902,280 000000000000000000014beafce5154dfc062080291cfe912622ba7376dad9c3 0.98 MB 1,898 2
902,279 902,279 000000000000000000006573170c0afeb6b5e650cb8b32accab19283bbe52007 1.65 MB 2,133 2
902,278 902,278 000000000000000000004cc3e96dfe23442b7e5d63f3a1b090b3431b322df6e0 1.08 MB 1,329 1
902,277 902,277 00000000000000000002077a4106ba7c5a9fb065fbafcea56c341c25df27c56e 1.61 MB 2,030 2
902,276 902,276 00000000000000000001695b767ea2b19087387121742d30ad0b58bb5aa7e42d 0.08 MB 96 2
902,275 902,275 000000000000000000000e2cc155f361c7604d929943df3c20cb686fead72fd3 0.43 MB 591 2
902,274 902,274 00000000000000000001e2686990ab7c0c4bfc5e50fe0e0795f413918ed71f82 0.88 MB 1,732 2
902,273 902,273 00000000000000000000bb121e68bb4395dc00b98f6689eb9ed03f9400a9127a 1.90 MB 2,536 2
902,272 902,272 000000000000000000013b8eafe0f9264ba91526391254f929a7d167d31be764 1.65 MB 3,439 3
902,271 902,271 00000000000000000001e35800c1e4aa1c3ab5b0c7a97867904edc3d2f7cfdb4 1.66 MB 2,674 2
902,270 902,270 00000000000000000000797bd3cca567c12ec532ae8633fd6c0b56421e4f6d61 1.70 MB 1,525 2
902,269 902,269 0000000000000000000215df2b686dc2a11ef37bc6a26b5bf67723c1174562b3 1.75 MB 1,066 1
902,268 902,268 00000000000000000001d613ce2e72908f0bdb5d4c28dd267e349c49ed9ab648 1.65 MB 1,879 2
902,267 902,267 000000000000000000007b229426713c2e6b69b617f92b68d1b9f358152b8149 1.77 MB 975 1
902,266 902,266 000000000000000000001e762258655184240bc6d4b357d159956e37d4320a0b 1.72 MB 2,979 2
902,265 902,265 000000000000000000003270d8d3217c1b5dd7eb96b4eff913c80e72d3ed623e 1.74 MB 1,887 1
902,264 902,264 00000000000000000000073ea7b6674c71a667a9408ecceb3fd5f40c4704d198 1.74 MB 2,445 1
902,263 902,263 0000000000000000000108c428d79dccda700731a7255f423f46203bd618b75d 1.48 MB 2,771 3
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.