Memory Pool Memory Pool Refreshing

1,130 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (63,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,597 844,597 00000000000000000000aa8f7a9ab3e8d1286adcd8401494c3e11211432551f9 1.55 MB 4,089 16
844,596 844,596 00000000000000000001bafad7b5c2517ad2900bc55063b16019516d24941abf 1.79 MB 3,943 11
844,595 844,595 000000000000000000019bfc0c59e2f9b1757dda82bac7f4e81f4d9c914fd7ef 1.69 MB 3,762 13
844,594 844,594 00000000000000000002bf56c95ffd7391d6cc3560a90e1bc2d08ee2ae8c5dca 1.75 MB 1,901 14
844,593 844,593 00000000000000000002167a0e78b88ebad424e6861b752d84a2752d3937a6a5 1.65 MB 2,849 19
844,592 844,592 00000000000000000002210dab42c5b50168ba857a474c2384a6e8421378a1cc 1.49 MB 3,566 23
844,591 844,591 00000000000000000000a2f0227b9a744e9a9c714266eb5f30c2b67de8510653 1.63 MB 2,018 20
844,590 844,590 00000000000000000000f3e43a3ddd636f9ad276276823117dcd0145866f9da9 1.73 MB 3,523 11
844,589 844,589 00000000000000000002d38e1e4abdba5ead96bc8aa77258cbc256acd306cc38 1.77 MB 2,381 13
844,588 844,588 0000000000000000000098186d05b1ed5d5ff92f01edb47c50ca8cdc82bea972 1.58 MB 6,245 9
844,587 844,587 00000000000000000001aaf6f3c88cf2a633a5b4e9819bf1bcf05602a279fb5b 1.48 MB 4,689 9
844,586 844,586 0000000000000000000109ae4e716e08d4aaacf936a2a7effac8644260b0b7f5 1.51 MB 3,925 11
844,585 844,585 000000000000000000001fffe51fe87b9c9b401766cddb92af98b11ab9fea77c 1.79 MB 2,504 10
844,584 844,584 000000000000000000016fde05d792948737e113742cc932b264d7e9d58140a5 1.83 MB 1,317 11
844,583 844,583 00000000000000000001ef81e912c481d3e398c82a5746cef6fa6e082520241c 1.69 MB 3,966 12
844,582 844,582 00000000000000000003296f2cd6d245a7450a215802a739074cc6fb34299c6b 1.52 MB 4,013 19
844,581 844,581 000000000000000000031643fe77a2b05af5b8db923f1331af1438b211a1c27a 1.55 MB 3,388 18
844,580 844,580 00000000000000000002631e46e4972b5164f133aac11ba771511c6261250778 1.70 MB 1,843 12
844,579 844,579 00000000000000000000775b74b9e03a6cc01877b6a0868f8bd530837ad07352 1.84 MB 784 10
844,578 844,578 000000000000000000021c07d0f7d630722dbe282e6373d7a534c90fab79cfdb 1.66 MB 3,054 14
844,577 844,577 000000000000000000027ad35f1914a1b67974a512f20d20fb752f6c4c82c4b0 1.70 MB 2,277 14
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.58 GB sent, 94.41 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.