Memory Pool Memory Pool Refreshing

4,157 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,608 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (853,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,779 54,779 0000000006dc4252a186aa6350cce8c6b0ddd0f90b6f9be0b03f37d8222f259b 0.00 MB 1 0
54,778 54,778 00000000104174c4945a4acdeebf5683a5a6c41bddebc28b0f1a2f228ea3fcbe 0.01 MB 6 0
54,777 54,777 000000000181baaf293b6dbb14c0938e31effb5970fb87429243f4508a0bbfcb 0.00 MB 2 0
54,776 54,776 00000000074355c75e7280d5daee53698590fed27aeef10cc018f47d87dde552 0.00 MB 1 0
54,775 54,775 00000000111f266600a39535ccb6e99ca73a2f1030fbe478dcd682b6bb51e79c 0.00 MB 1 0
54,774 54,774 0000000004c2e83f633be7ffb2a8ba66494ae2b3e2afa0dd8bd920a2449fa41f 0.00 MB 2 0
54,773 54,773 0000000011a21990bb3336beac46d59a379e8075948281095ec2a9ccec80cd80 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.