Memory Pool Memory Pool Refreshing

181 transactions
0.07 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 180 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (786,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,854 120,854 0000000000001e330754e1aa7bd1f0a3d689db228690a75d669d71cee6feeb28 0.01 MB 24 479
120,853 120,853 00000000000015e39fc2da6771496861de71ec334c7dcfee075525641823e507 0.00 MB 5 3,300
120,852 120,852 0000000000009cf6867e5442d5fd348554b0ece1dc878d5cfd2244d39f466af3 0.00 MB 9 563
120,851 120,851 00000000000048a2dc3994089e6a6d03e9435b12af6079f72461f6cd81dcbec6 0.00 MB 8 0
120,850 120,850 000000000000103504147ccc5a52c24e12d18930a41061b98ca859c972069923 0.00 MB 8 622
120,849 120,849 000000000000a3f1683d90613a425659d078bd914b5bb9a25a76f8b08040faf4 0.00 MB 6 0
120,848 120,848 00000000000014f4c91319e3025e32be6bcea8af4f7a9842edbfde79eb321a61 0.00 MB 8 526
120,847 120,847 0000000000007615652d9590a78a3227e31b563dee054292949d7f076ef183f2 0.00 MB 9 719
120,846 120,846 000000000000aca8742f10ded32daf0793f860d4df5124a2f4ad7884d211df3d 0.00 MB 10 0
120,845 120,845 0000000000005d933123aafa433cea5a12fef87940064fdbd68d1a974cc17ae5 0.00 MB 12 0
120,844 120,844 00000000000018e04f45e9bef12174c4f49e6aeb1fef4ac75ac72d36d8bc8465 0.00 MB 13 0
120,843 120,843 000000000000299ed6b16fb1f8afda5b5c57f11cde9db0ba92ee87fd8a94eed6 0.00 MB 13 0
120,842 120,842 0000000000003a04fc0efffef5d9c33d1fe2ce461fdb81e0eaf376d31864b9b0 0.00 MB 9 2
120,841 120,841 00000000000090e16a0c33d2bba7dd8ecc1ad5e26c19fdeb04ed9e64d8f8f4e5 0.04 MB 149 139
120,840 120,840 0000000000007aa7ab72bd120196fd3da5186f294ee27859ce9f52855550b606 0.00 MB 10 319
120,839 120,839 000000000000027c4705ed2b3b578bcc00ec3fcf9c1f970f8c378b11d003bf45 0.00 MB 4 1,127
120,838 120,838 00000000000076cee2cbcbf1e9490cbad4319e293e855f2895ec5772c28088d7 0.01 MB 33 387
120,837 120,837 00000000000019f88063139fce72b059ebee92d8407c782e7c35d3fe81a5c16e 0.00 MB 9 1,091
120,836 120,836 000000000000aad66b8a9c311b11d6ca4dca5ab1bc4dfaed6df6c86ccff4ecef 0.00 MB 14 0
120,835 120,835 00000000000027bf74f905b4d53519a30c3e1a36efc6e864423f4e80605666f1 0.00 MB 3 0
120,834 120,834 00000000000088a15614eef704b28ed1354cec6dbd4f36cb0c17d09af1453c65 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.