Memory Pool Memory Pool Refreshing

3,309 transactions
2.49 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,258 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (244,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,646 663,646 000000000000000000094a98f5f0f81ef0ff38492d7c01c77a165df983aa963d 1.60 MB 1,827 49
663,645 663,645 000000000000000000026a7d95af7ace5238632fd471d674f7b15b3a16fddf88 1.29 MB 2,703 93
663,644 663,644 000000000000000000099654eb6f045548de8a04b633ae78fa26192364fc3de9 1.35 MB 1,884 54
663,643 663,643 0000000000000000000e3544f054cd3cf09a77f1ca8a6edac779284fe3fb60a7 1.36 MB 1,681 74
663,642 663,642 0000000000000000000a83a07a4d8cee4ad83d87ece38b8173e1467a8a0880fa 1.15 MB 1,028 54
663,641 663,641 00000000000000000006ae705b5b0aea19872c87ce8ceb9ee79fc2e00f499fcd 1.62 MB 740 26
663,640 663,640 000000000000000000089a893f4f6c341a391bcd8b8d679f895502ec5b5acaa2 1.25 MB 2,142 75
663,639 663,639 00000000000000000002cdb489d6909cf2ba4892ee0798c7191ed9455aca0239 1.34 MB 1,127 28
663,638 663,638 000000000000000000077be1fb1e68722c9508257ce18f9084b775d50a120156 1.01 MB 101 3
663,637 663,637 00000000000000000000e0d7e4536e2e3c6aa79cf7aeba5b0e768e4f6e98d577 1.18 MB 1,425 10
663,636 663,636 000000000000000000011d3ab6ed8d336c6e9a4b49def6024889284a02c79fdb 1.34 MB 2,018 70
663,635 663,635 0000000000000000000764ee7b3e9250606910587dbfb8b3754c8a4b40a43d0c 1.07 MB 925 19
663,634 663,634 00000000000000000002f95697a6f1b6e00c77b6837a9292ac664c7bbe7dfc08 1.07 MB 1,382 22
663,633 663,633 00000000000000000007c162f357a03838e21638728df8c088516e50a1416c6a 1.25 MB 2,334 41
663,632 663,632 00000000000000000000da5201fbf4018c21b554e7deeababb0380b7de3b572d 1.15 MB 1,858 22
663,631 663,631 000000000000000000092a534786f744965272a6431c1ecfc1fe519f4c7b79c2 1.19 MB 1,291 21
663,630 663,630 000000000000000000002047542e571011cf01d7dd199ecde084f35558f1393e 1.11 MB 796 33
663,629 663,629 0000000000000000000308586ab18836517d1764d78b3cbfb84e5d3b7ce5d34d 1.32 MB 2,740 87
663,628 663,628 00000000000000000003e1a673ae21f5040b1d60e44ac9b17e0e4ee7ca4c4ad2 1.26 MB 1,939 56
663,627 663,627 0000000000000000000505744c84c5efa0d66c726eae8f711b3e1f0f20573c96 1.21 MB 1,713 44
663,626 663,626 000000000000000000036e746b5a99a681fe274e7a168c48438b82ae81a9d95b 1.08 MB 233 12
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.40 GB sent, 93.79 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.