Memory Pool Memory Pool Refreshing

4,689 transactions
1.72 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
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (484,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,216 423,216 0000000000000000024599146e8ef1fdafae4e9f241286c4c2d2c39d62345d34 0.99 MB 143 2
423,215 423,215 0000000000000000003d3007399de5ee28444add3a4d405dc46f3be5d15d536f 0.88 MB 1,668 52
423,214 423,214 00000000000000000308fec9910097f8d796f908ec001fe349929b285e092748 1.00 MB 2,346 58
423,213 423,213 00000000000000000370d5191604f356070a4c01523e1c02d92afe598ffe9b31 0.74 MB 1,039 35
423,212 423,212 000000000000000004224dc9316f9b88f70e989696d8db7c29fd68ee2a115edc 1.00 MB 557 11
423,211 423,211 0000000000000000026e60e59372d48dbdb8b8a753f9e6c2da2d20e927da6126 0.46 MB 1,173 55
423,210 423,210 00000000000000000172c6eef979468b3c6ab7eecf7d4255a4a9872ee646bcc6 0.12 MB 277 52
423,209 423,209 000000000000000003f535955bdd150ca05ed7e960d9a04adf027df1b4e7471d 0.17 MB 332 49
423,208 423,208 00000000000000000239db7b06b5c96368411687f0f2a1cb3b855faffed20852 0.27 MB 638 59
423,207 423,207 000000000000000003a1a89a9c3e6fc2b1315f550676d93adbea2bdd07abce43 0.10 MB 218 59
423,206 423,206 00000000000000000142d7ce2fd2afe6affbd2c7211a51b5e94ffb1bd3b569ca 0.54 MB 897 48
423,205 423,205 000000000000000001ec446aa391fdb69a84442724fcdf3c66328b16e12b9537 0.96 MB 1,740 53
423,204 423,204 000000000000000004851e8d1ac69d8c6bb64da81df312ff61b36edd054b73f9 0.14 MB 313 60
423,203 423,203 0000000000000000032468b1d063211aacab73b504489aa1ed4a7f5506c8d54b 0.99 MB 398 9
423,202 423,202 00000000000000000233892011a6b455319c0becd5c4be7539a96bb1ba2617a2 0.03 MB 90 65
423,201 423,201 000000000000000002348d00fa26fd411cd85c5a10f97b52a779d835a4a7c09c 0.84 MB 1,714 55
423,200 423,200 000000000000000001246390bd97920fb972115d844b8c9db8bc142b5b225342 0.18 MB 325 47
423,199 423,199 0000000000000000038369b64e5c91a04054180f2ebc472f4cb9fcadfb332b14 0.56 MB 1,335 59
423,198 423,198 00000000000000000307b4b5c8ff49ef9bcd5b709ffc6f7d56045d7516cfad47 0.26 MB 372 41
423,197 423,197 00000000000000000253ca0c14b909a37f089c7ac65c76ae0a250010817c55a9 0.93 MB 1,740 62
423,196 423,196 0000000000000000030a3f67c938c4a51a24de3807e7eb9a7c053cc634ec21ba 1.00 MB 166 9
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.