Memory Pool Memory Pool Refreshing

6,361 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,020 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (200,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,520 707,520 00000000000000000008d87dba128315ef8f52c6c9ba22968553098732d97690 1.39 MB 2,057 6
707,519 707,519 00000000000000000009cfa1a17de7b199748b7b344880967a940834da2b0fc7 1.33 MB 2,121 16
707,518 707,518 000000000000000000091e1085eee1c3e91ed4b9ceaaabcf6f19e31673eb7145 0.28 MB 629 11
707,517 707,517 000000000000000000098840efa8385af380633681b7fc16dda9f762bbe8a52b 0.29 MB 188 8
707,516 707,516 0000000000000000000d0aee10f3443ee712aa6be46e83e391c403a2920299d3 1.00 MB 1,689 9
707,515 707,515 0000000000000000000cbf909a2b3a9d51001a8bab05e24831c2cdcc898c0e62 0.29 MB 578 13
707,514 707,514 00000000000000000007d98d21da025fc5b70543e28852976b20d1e7b216f4a5 0.06 MB 118 12
707,513 707,513 000000000000000000039e6bb15d04cca46bb2ee2ef80acb25437ed433c003c4 0.32 MB 509 11
707,512 707,512 000000000000000000059f4293992ca568806d6dbe9c70784bc18172949f8b3d 1.09 MB 1,987 10
707,511 707,511 000000000000000000039d1282c62f9b1dd7dc3d63774f0aa035d0bc95a6643d 0.13 MB 280 12
707,510 707,510 0000000000000000000b0d6a72f7cb7fd1268514bb08dff99e1488339efd5bf8 0.13 MB 274 13
707,509 707,509 000000000000000000039bb6d57f7b0839d919b42d54a923d4edb658815a6922 0.42 MB 687 10
707,508 707,508 0000000000000000000ac41bc26425450482c95723e80abeb58e9653b7308972 0.23 MB 506 14
707,507 707,507 00000000000000000008fb271a3d92ad2ddbf99b8923f899fbda510ff59df761 0.98 MB 1,085 5
707,506 707,506 0000000000000000000b2559ae7984ddfd6d31a731f339a2e41e871c2a878ef9 1.28 MB 1,892 9
707,505 707,505 000000000000000000084cb4007ef7389451d50b5ca534882ed9da41181b15ed 0.83 MB 1,513 11
707,504 707,504 0000000000000000000cc1818f53e26158c971eb602bdb7bd4f274cc75510dea 1.14 MB 1,968 10
707,503 707,503 0000000000000000000171cdd977c544220743c7dfebbc4a28da978da0405be5 0.35 MB 779 9
707,502 707,502 00000000000000000000f08e3aa4b24b3df87e2b009bdb0577911f9af5bcb477 0.08 MB 188 18
707,501 707,501 00000000000000000004cdc082eac3d60768e8f86963028d093fdaa452ceed17 0.80 MB 1,280 7
707,500 707,500 00000000000000000004762cb6ad1373f523a0320b0f94a3ffb25eaca6106136 0.31 MB 317 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.