Memory Pool Memory Pool Refreshing

3,638 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (766,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,628 141,628 000000000000037753fd1f189b2252ee030a3110ce10ba3513ca08965fbf7a19 0.01 MB 33 139
141,627 141,627 0000000000000769a1ba11d9ec7c19f34ecf97e0cb18f86cb243933bd94dd798 0.02 MB 42 344
141,626 141,626 00000000000008714491bf7d3959f895e1396c6d2368d50e7166fd8a24d49b3d 0.00 MB 11 13
141,625 141,625 000000000000066d2db573a51a7d857a72805a3b995698a42fe14beb5ef6de33 0.01 MB 25 344
141,624 141,624 0000000000000837691bb4979a0f59949f946035de3ac8c5c89fb03e5e039ee7 0.01 MB 8 171
141,623 141,623 000000000000075b39943f7f4aead32e8f16ca1f8a1cfe9bc9f60997775c9516 0.03 MB 77 50
141,622 141,622 000000000000003250cf9b0475fe1be8e2f71cc4aa815f5497495bf9ffc56326 0.04 MB 45 64
141,621 141,621 0000000000000316f28a19a563e8e527b648a7401749675a5e2d4fc3b4b9b05a 0.04 MB 77 216
141,620 141,620 000000000000004af5d028b8dd91a0c756317e187518bd39650a34918c95a5a0 0.03 MB 96 51
141,619 141,619 00000000000002df696d52c786e15dcab534aab32d61970eba6ced3362b67c3d 0.01 MB 31 202
141,618 141,618 0000000000000371982fa939c14e5b862f60e24d392695905abee51d49fa19bf 0.04 MB 72 327
141,617 141,617 00000000000006948f4b16ab5a375e345d6fb1f3052c8f87c4c8451487f8073c 0.03 MB 63 191
141,616 141,616 000000000000039f139386c066a9364042998c28bf2eb17b5ffe69f56e4048ba 0.04 MB 37 238
141,615 141,615 0000000000000468568a15140a82b591f2f076d80cd19ce6f710693f1c9c17d2 0.04 MB 52 254
141,614 141,614 000000000000021f68880309914886dc000edfba3748974186ac02ca786599a7 0.05 MB 139 153
141,613 141,613 000000000000026d37f045baf1e7b958b70cb8c838e91e1878328555dddea6d1 0.05 MB 72 215
141,612 141,612 00000000000000a2061b948c09b550b861e7ef55abb3d24de61f58bf04464156 0.04 MB 120 28
141,611 141,611 00000000000004dea9e3be46032c11ce9f619008938ac4235ce4b229eb1ebc27 0.01 MB 18 427
141,610 141,610 00000000000005b642edf80ef0193567758e91f0946c46eb1a52a9c90b33453b 0.02 MB 30 48
141,609 141,609 000000000000068a5ab8071151ac7ae3b9295ae36c3fb6931e767b3f1246e520 0.03 MB 44 230
141,608 141,608 00000000000004d7717ce2e1cea23af7faebbfde49f0a8ab6ef31e5d37153859 0.02 MB 37 275
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.