Memory Pool Memory Pool Refreshing

87,830 transactions
20.28 vMB
Show Random Selection Loading Transactions
Max Size: 138/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,831 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,813 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,830 (705,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,297 173,297 00000000000007e19c582b4fcc4b3af3bfd11d31ace034839670abb332dcc457 0.02 MB 47 81
173,296 173,296 00000000000002b89351727101b722d7a2db132e7cace7cc909dc5fdde0682a5 0.00 MB 1 0
173,295 173,295 00000000000005346450d05a4c63141e160ad2e0feee7afd12b7c79f614b44fd 0.04 MB 96 47
173,294 173,294 00000000000009bb405fed9e98cd66333d8d5909dd58ab280c42a876d08a7632 0.01 MB 12 588
173,293 173,293 000000000000061ca0f52279f18ab9c0ae43ec685354387296f9c7347cf576cd 0.03 MB 44 42
173,292 173,292 0000000000000358de1d5b91087856763c6c5ca39b3dc0921a5eb20896435079 0.02 MB 84 4
173,291 173,291 00000000000002c44d69ab3cd143ceaef3b1caeffc4aa194dd33cb1b067ed026 0.02 MB 37 75
173,290 173,290 000000000000017d6b2e2e8e6c20aafb32cd73dac38e49f52be084bb9cbce2f0 0.05 MB 76 256
173,289 173,289 000000000000040f2ca01c391647c6d15d0fd9ead835389ffe7cbd1cad54e6f0 0.03 MB 26 6
173,288 173,288 00000000000001fa7e519a3afb22481cebcf17fd190202aa8398a17087808604 0.04 MB 71 77
173,287 173,287 0000000000000433747f05efe70ac6ec60513615e8885a7016c47760e3c9106b 0.04 MB 45 460
173,286 173,286 0000000000000909791f9701f502ff174058eac67683bdf6d9eff2fe61e027a8 0.00 MB 1 0
173,285 173,285 0000000000000684cd18f0875557d4dbffdeaad11aa21f46eed4de48a9022c93 0.11 MB 26 53
173,284 173,284 00000000000009b52d239e6ae7db8af17a62262f03bbd2c179f3a7a78bcabd74 0.04 MB 104 143
173,283 173,283 000000000000097da019b65d274e3d05f763d5399e9eb179e0306b53e6db6344 0.05 MB 139 125
173,282 173,282 00000000000003dfa2fffa07ed6d9c4ca116150e04f9bbbc846030f67fb358d1 0.00 MB 1 0
173,281 173,281 00000000000002abfee73b0fe662e445ab029cdce1d1112d34bba4be0f91eb9d 0.05 MB 96 140
173,280 173,280 00000000000000728f173a8e8c479e3b0d83d5111954aca3e5b4d40cd78db2b8 0.02 MB 48 205
173,279 173,279 000000000000087818d53138fbd4256625e37c98a38b6fe8569e56852c92ab70 0.02 MB 34 55
173,278 173,278 0000000000000223a54ba1689d09a07aac9c172002fee5866b18c2e52ecf5569 0.04 MB 120 35
173,277 173,277 00000000000007ff4ce42e2b26d2db16545c2baf8ec1879e42592d4f19fdd148 0.04 MB 82 129
Previous 10 blocks ↓
Total Size: 716.00 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,536.15 GB sent, 45.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.