Memory Pool Memory Pool Refreshing

16,456 transactions
5.48 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,185 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (102,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,023 805,023 0000000000000000000204c1327f6704c308c9b6b5cd37f1d95adc8c343f4a2d 1.59 MB 3,062 12
805,022 805,022 000000000000000000046f1638d1c82b5a05e70c54b2a391ce8ce2f663eef8d7 1.72 MB 4,376 10
805,021 805,021 00000000000000000003be2f8c8d62b54e93f5c7d679c658f319223c08447e90 1.92 MB 5,604 6
805,020 805,020 0000000000000000000444f1f05d7bc2d2e9507e5dc84e22a0ae3b91b6e8f76f 1.72 MB 3,841 6
805,019 805,019 00000000000000000003b4872d27420a48052e14e523a9406431c7c18fca6a62 1.69 MB 2,370 13
805,018 805,018 000000000000000000025bcd6521152c9c862483caaecbd83d6df64d162a4da7 1.34 MB 2,003 16
805,017 805,017 0000000000000000000023d23f285d8f9ae73652406ea8dd2726d8ec21f8ed0f 1.99 MB 5,961 7
805,016 805,016 0000000000000000000209e0a1afd0bf71f8aa0b6902d36183b03305f79b9c75 1.78 MB 4,841 6
805,015 805,015 000000000000000000004d8543a2827f2b3e7f349a214b0fc9af1e5929e8156e 1.64 MB 1,643 7
805,014 805,014 00000000000000000000c4da35d81e4e0d153804fd15a7de980458a8b727df52 1.56 MB 2,625 13
805,013 805,013 00000000000000000003cba3b9565317a5064d4af488b68bdb7db27ca94e2d1c 1.55 MB 1,381 9
805,012 805,012 0000000000000000000236499c1ffe8fc5dd577b3034e2d380a431aa1230059c 1.55 MB 3,477 22
805,011 805,011 000000000000000000028ecf502ab48f4d43f96e513c5ec347765416957c5c5b 1.45 MB 2,647 16
805,010 805,010 00000000000000000000d39149dabe39bef2fcc80379ba4d27d6d3dbf2dd8a76 2.01 MB 5,852 7
805,009 805,009 000000000000000000036734229582fb84ba72605741bc5376c248f15aabd4f4 1.61 MB 3,829 6
805,008 805,008 0000000000000000000471c0f2879f1f7588d03c16a2771e5beb28aab19a994d 1.78 MB 4,581 8
805,007 805,007 0000000000000000000281da1a6e362a46ea626cc573a23f4b58cad4f50e28d0 1.90 MB 5,256 9
805,006 805,006 00000000000000000004eb959af563d5c4eba41131db6e9b31c2c1ba52c3312e 1.55 MB 1,266 8
805,005 805,005 0000000000000000000233296ebe71b1d6b24c54e5fefebe2af5c48bbeb4515d 1.53 MB 1,003 8
805,004 805,004 0000000000000000000231ffcd0320b443fa05bf3cc3ac5e5f2a6d952eab7227 1.51 MB 3,234 21
805,003 805,003 000000000000000000033404bd68c58454cfa06f1a4e2d11889df308422db9f2 1.66 MB 3,860 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.60 GB sent, 93.00 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.