Memory Pool Memory Pool Refreshing

6,515 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,738 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (542,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,592 365,592 000000000000000002c64533ea7fc004f9a34861a5a0b90a5806656f4ce2945f 0.50 MB 1,144 43
365,591 365,591 000000000000000006b86a01e44478b6d3bf9993e38f61756641192546eb9675 0.93 MB 963 19
365,590 365,590 000000000000000000bf15156a7e7ae43caa0334c71f1ca99dfdddc9487eeed7 0.43 MB 805 38
365,589 365,589 00000000000000000e9147f7144c1047a01a6af0dfded77ba3c54f987f136e61 0.89 MB 444 10
365,588 365,588 00000000000000000355668554461ebed817f367b7dc7125c14a3289d1b7f96f 0.92 MB 306 8
365,587 365,587 00000000000000001510d3bdf5cc069d228d3a6b0d7e1c29fa4f60c360ac4b75 0.95 MB 1,263 24
365,586 365,586 0000000000000000078148d9b89ea552378ec09b286cf308b6efff49e09f32d9 0.91 MB 244 6
365,585 365,585 000000000000000007fe6e283d6b857c010be0610c0e2c874dace87773265756 0.29 MB 567 40
365,584 365,584 00000000000000000e9c0f931460d7bb40cdbb7de12ae69640e978b4ee05efcc 0.75 MB 1,011 22
365,583 365,583 000000000000000012fd950187917fcb41acda10e420ed013dca9a737a0b7eaf 0.93 MB 491 84
365,582 365,582 00000000000000000b3d7ccd8af4af7be6f37cc9231a6d99e74c0ed0e2f5b2f1 0.46 MB 829 39
365,581 365,581 0000000000000000115bdb08a4faa7a0a77e977aba635ab5a8f5ab2f1e064020 0.31 MB 464 26
365,580 365,580 000000000000000007bfc0de1588a82d5784f58c253b9f04d63f2ffa43f2e77b 0.92 MB 626 11
365,579 365,579 000000000000000003307984a0ff7b9da42bf6f8b3ca01dd1c632d1e4e019424 0.75 MB 1,218 33
365,578 365,578 00000000000000001113cd7699988701661e57d83b6ae2b7e75bb3667dcecae7 0.95 MB 2,562 54
365,577 365,577 00000000000000000e76821cb710d1a40878ead2e83fa8a0ec26b31f92263b09 0.59 MB 1,162 50
365,576 365,576 000000000000000007e3230c30b888a45e8436b026e5f2c774f94fd9055c360f 0.29 MB 345 26
365,575 365,575 0000000000000000122a26e79ae5f06645a0438fb7dca146591d1e8563a007fd 0.95 MB 1,074 27
365,574 365,574 00000000000000000a952268cc76b9002bcec8a5e22b290c1a06b76e8fe865f8 0.95 MB 2,522 56
365,573 365,573 00000000000000000515742cf503d906ef7d256e7f117a495d16dea10b84094f 0.29 MB 460 31
365,572 365,572 000000000000000005de9adcd0a412d6a886bcf26682c753f2cd522e607fcb5d 1.00 MB 1,852 47
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.