Memory Pool Memory Pool Refreshing

23,557 transactions
25.39 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,070 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,642 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,069 (12,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,168 849,168 000000000000000000029458b7f1795808b70ec25ef18267c58cf829dd67e49f 1.73 MB 4,175 13
849,167 849,167 0000000000000000000159bb90f3e38866ec02f7a3628eacb0e3f04ab23520f2 1.62 MB 3,209 17
849,166 849,166 000000000000000000002dccdda0d3e487c7b4d66191fa8889fdc3dd8ef4f689 1.65 MB 3,784 12
849,165 849,165 00000000000000000001be68448cf18a086d9efe806d6cc81ede6e1ff9c301d5 1.67 MB 3,564 10
849,164 849,164 000000000000000000015583112cc89953f516882c8ff0a5efc78c7f8e7017fe 1.61 MB 3,355 13
849,163 849,163 000000000000000000026449813fd9d328fd3abbd22bca971e9a313f23b0924d 1.56 MB 3,926 29
849,162 849,162 00000000000000000002a593c2dcee8be5ac531eae4f2397865b557bb006f4f4 1.59 MB 3,351 27
849,161 849,161 000000000000000000022996cfd9ee5287e6fb39a52b575114c113907a9ae3fe 1.89 MB 6,174 9
849,160 849,160 00000000000000000002f28ae72c92e508ddacb9246bbe08bcefd858d73e9dc8 1.90 MB 4,453 12
849,159 849,159 0000000000000000000227b7da6979c48d5c988e9945b3f84ffc8e6d7f597437 1.59 MB 2,294 15
849,158 849,158 000000000000000000022e3097a873861e08afc51c443f2ec487013d11a56d89 1.65 MB 7,182 8
849,157 849,157 00000000000000000002712b1e281faf56894a931c80eb36e1fea34edf66ec20 1.70 MB 3,857 16
849,156 849,156 00000000000000000000a286555452acdf29f0777433de224931806925b54317 1.75 MB 6,166 9
849,155 849,155 00000000000000000002bac82d5a69dbd5971dd5fc86350a30f07f76290263c1 1.54 MB 6,886 8
849,154 849,154 00000000000000000002c75ac3295c659dd2e3ff455d5a3fb5075e77847aea78 1.62 MB 7,763 8
849,153 849,153 00000000000000000000d49ca1d93d77ef9794746a0f539551e675e95a6b7c0c 1.67 MB 6,122 8
849,152 849,152 00000000000000000000b96e817cc07137a697ad08bf606920a652ead402b107 1.67 MB 3,531 16
849,151 849,151 00000000000000000002461e2a0a32be5b9a72da72e87826e835ca87d8d1dd44 1.55 MB 4,776 12
849,150 849,150 0000000000000000000034f142674628548d9e9b6ceefc5c1fbcb8b45c2956cf 1.73 MB 3,966 12
849,149 849,149 000000000000000000022a873ed39878a1e1c8f635dad2f1b182a51ca9f98127 1.62 MB 6,500 10
849,148 849,148 000000000000000000003145a63331575bf7ca24c284ca4fc517890d947b4511 1.65 MB 3,061 12
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,332.96 GB sent, 100.27 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.