Memory Pool Memory Pool Refreshing

1,267 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,259 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (853,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,772 54,772 0000000002df49527659bedd796f44a6d13bd66624919af8924f693433086fce 0.00 MB 1 0
54,771 54,771 00000000087c861088d070931b3bdea14a3e9e43d23bd8884c93e91d8d5cd66b 0.00 MB 1 0
54,770 54,770 000000000b8d3b3eafbeec6a60625ac1c9f54fb55d8fd425a6464e4605498321 0.00 MB 1 0
54,769 54,769 000000000f012336a31ce372c37faf8b85b058a4d5c04234a7892f5a76f19b9f 0.00 MB 1 0
54,768 54,768 0000000013949a0461a8c8d0f27aa4ce4c055e60c28ed9296ad961cb3296825b 0.00 MB 1 0
54,767 54,767 000000000932539df22c0275618c5196fd25e602a536ec27485db5a65c0420e1 0.00 MB 1 0
54,766 54,766 000000000a9163c8a4f2766bedbdb92cef95349a7f557b68a0ed2d2522ba239a 0.00 MB 2 0
54,765 54,765 0000000009efe25b35d060f53f458b6025f8e247f7185d0599c96912d608e924 0.00 MB 1 0
54,764 54,764 00000000038f0e9ac6ba12c644bbd257890407304de8f17bf106c4c47d064266 0.00 MB 2 0
54,763 54,763 000000000e57b5372752df6458b0e0514ba4b50f5af00f394dff028479b12275 0.00 MB 1 0
54,762 54,762 000000000c4f2df8fd69e7db4a6f20d5c9a15846d0433eb316da800620445178 0.00 MB 1 0
54,761 54,761 0000000008d763f88b46c6eca6cf50a28fd8c6c154dc18aa54c6e546b05ffec7 0.00 MB 1 0
54,760 54,760 000000000bae452dfc58bdc28fabebdb4371134fec92531b1507b5b6d772368e 0.00 MB 1 0
54,759 54,759 000000000d4199d01e97f343543e72e5f493cb381189ff218f1cf373394e2a60 0.00 MB 1 0
54,758 54,758 00000000137df7a897886ab8b43209b270bfbf52a4aff5de9856fb4e742315bf 0.00 MB 1 0
54,757 54,757 0000000008a730107a850190527dfea754afe20ff6b8c4cba74157bd37322390 0.00 MB 1 0
54,756 54,756 0000000003fd0ab4a17ef01e1b58572f50f11df820cf4c9d56d813f3b720cf8e 0.00 MB 1 0
54,755 54,755 0000000012c7a4924f2cae056dc47b14e72d2b685035f29b38279f8293fbbcde 0.00 MB 1 0
54,754 54,754 00000000122e78e5169b2b59176a7fa7d9fe20fc31a1dbf55c8f1d6dbd72bcd5 0.00 MB 1 0
54,753 54,753 00000000126c8e4987753b45cd9077b352786dc661dda16673097d5a9d77e4c3 0.00 MB 1 0
54,752 54,752 000000000b59f9ddbe4762c1c6fd315b717921f96f299a26447fdf20e07c2d1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.