Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (7,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,599 900,599 0000000000000000000182453c61a5454ee5082dd521d28c55ee3673973340e0 1.66 MB 4,998 1
900,598 900,598 00000000000000000001aff1fa58a3e08e1885cfc4a963de2a3590f173a188f9 1.44 MB 3,563 1
900,597 900,597 00000000000000000001fe7ff2624fed2d61640200ca41ad0058bad59ba12900 1.57 MB 3,404 3
900,596 900,596 00000000000000000000d3dea3b128453b515dae8178105cd584002196cab2d2 1.73 MB 3,116 1
900,595 900,595 000000000000000000002ccf0e207b801efc17a2f311b118573525f2d44a0344 1.50 MB 3,454 4
900,594 900,594 000000000000000000007066cbce0c18a432cb6a2f9250776972881ab031f626 1.77 MB 2,287 1
900,593 900,593 0000000000000000000130b42ae2e446be76272bd67ec22355875738634fb11f 0.00 MB 1 0
900,592 900,592 00000000000000000001b62f48aad9c47064e8e75b516eea775f6f21e1a922d2 1.55 MB 3,155 4
900,591 900,591 000000000000000000018f2b321d3bc09da4a893874cdc5233685036d30bd3e4 1.49 MB 2,816 2
900,590 900,590 00000000000000000000fb28476f72139b6d39ff33992197d51a7ba12e76d237 1.55 MB 2,998 2
900,589 900,589 000000000000000000001de2e1c419c6a72ea09474a7eea66aa4adbdcd30360d 1.23 MB 3,956 2
900,588 900,588 00000000000000000000c5185a9668e0b8e8caa3f6a9283caa8031ce5b5f7cdb 1.76 MB 2,622 2
900,587 900,587 000000000000000000019b4f067f5d05b972e6b41ceef35a58200fe248d9b1c2 1.51 MB 2,066 2
900,586 900,586 0000000000000000000126c88b62eca684490534a2d517f980fb1b31c4d8fcd9 1.54 MB 2,130 2
900,585 900,585 00000000000000000000e3b0e18055797f843caab2b0be5a072cf0bbae3fa5b8 1.56 MB 2,493 2
900,584 900,584 000000000000000000020afd689dcf26a9471655dc6f7e2030f7aa714978e121 1.73 MB 1,633 2
900,583 900,583 00000000000000000001776343036ecf7787fc072932768aa3dd750e63ee62a2 0.67 MB 950 3
900,582 900,582 0000000000000000000022e71c852e1c8a6ad8dbffe7ea4de6147afe242f78de 0.87 MB 3,288 3
900,581 900,581 0000000000000000000002cf34fb260c5bbc6334974f5b86eb3abd7cacc71065 0.55 MB 1,743 4
900,580 900,580 00000000000000000001d842eaaa5619317f19bbf80939d7f011bd4a46f846ec 0.49 MB 763 3
900,579 900,579 00000000000000000000df1b44ed573a11f2f8db00dc89eb5e20ca6bc8b3233d 0.75 MB 1,350 3
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.