Memory Pool Memory Pool Refreshing

2,814 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,225 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,224 (853,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,786 54,786 0000000002e33f7de4e5d29f2289d44a3bef73008f0bf865fd394b62fef49d48 0.00 MB 1 0
54,785 54,785 00000000025620c535f5ab97004a5c2011f5f99af50dc27ed4c2805724c87d71 0.00 MB 1 0
54,784 54,784 000000000149bf9b4318fabdb8cdc2a2a0f710aedbdc177c213ab2fe21278e6d 0.00 MB 1 0
54,783 54,783 0000000012f304727eccdeace200708b5ee240566ef7e86c54f0c3b84c359eef 0.00 MB 2 0
54,782 54,782 00000000103acad679535635b2775f9fc39be62c5f06355cbc6519a87a5b5231 0.00 MB 1 0
54,781 54,781 00000000093b7be6782b1dc471bb69023969c31113e26c51d0caef0cc7123ab7 0.00 MB 1 0
54,780 54,780 00000000021d49d80af969c24de14e4fc537f2af92afb410ebfbe24d697dd09e 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.01 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,685.62 GB sent, 97.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.