Memory Pool Memory Pool Refreshing

110 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (44,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,732 863,732 000000000000000000012343145df55ed6bf2e8e88d75cc9b909a43d684252d7 1.78 MB 2,788 4
863,731 863,731 000000000000000000030754eccf2f5626fa199d15e97bb32fca725ba8c223c3 1.71 MB 3,740 2
863,730 863,730 00000000000000000002469cfccf0745f63bec946ef50cf9245b32753bf9c5ee 1.76 MB 2,962 3
863,729 863,729 000000000000000000005faf17cf01f11a47ac270aed4e9ac14b2e2684e53419 1.86 MB 1,516 3
863,728 863,728 000000000000000000023fb4fc45a868bbd7f0bd19b523ca1ef86521820b39b3 1.71 MB 2,233 4
863,727 863,727 00000000000000000002c0991add61421119d9cc89ca4148820b6dfec460f52e 1.91 MB 1,110 2
863,726 863,726 00000000000000000000e740a3eba69f6f7ea2b97550bcd13827786c1762cd8e 1.75 MB 2,529 2
863,725 863,725 0000000000000000000326e391d09b4ead7c22d1b1672c444b29fb4c62b4902d 1.47 MB 2,229 6
863,724 863,724 0000000000000000000209c180d08aea198ba174a6964cd7c39aebdf0ef5e9a5 1.69 MB 2,728 3
863,723 863,723 000000000000000000022426a1a93c147e01bf90a8f69862878591a89dcf2488 1.49 MB 2,394 9
863,722 863,722 0000000000000000000169de25c384dbd01f053176ea0bc358e1a329c95e365e 1.89 MB 1,400 3
863,721 863,721 00000000000000000001600752f157d43aaec90bf9992b3d9aa7d0f4ed3fb443 1.65 MB 2,634 5
863,720 863,720 0000000000000000000187934f11b12f05ae589dd8fff22b645b0ec588e5f8df 0.00 MB 1 0
863,719 863,719 0000000000000000000007edd9101a4d9da552d5a4fb5d1584a24690029f54e1 1.89 MB 2,113 3
863,718 863,718 000000000000000000025ecff0c3bd10e8a8cea4a3f350b205d7065926e8e853 1.63 MB 5,649 2
863,717 863,717 000000000000000000001b67a134e21e44ed689f35d26adec8eaa79c53683516 1.69 MB 2,676 4
863,716 863,716 00000000000000000001412a1f6fe718474d81436f9316b2ccabb7e8db9992e1 1.84 MB 2,410 3
863,715 863,715 000000000000000000027d96c41b3898416df8446b49bb50ce87a9a6d00a8761 1.80 MB 2,112 3
863,714 863,714 00000000000000000001774366c07b93f38498bb812ec5677877899d9ba9975c 2.17 MB 151 1
863,713 863,713 000000000000000000016dd8ff16946c624f91668697de1cb6470a838ae2061f 1.94 MB 1,498 2
863,712 863,712 00000000000000000002392d56f5c80164bd5f7caa0bd7b6c0b7a73be0d69928 2.02 MB 1,502 1
Previous 10 blocks ↓
Total Size: 769.10 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,628.55 GB sent, 93.37 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.