Memory Pool Memory Pool Refreshing

12,299 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (694,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,666 213,666 000000000000028f41e85dbe9cfcb9b75ca2556702d617812ae46f6272fb3f6a 0.14 MB 316 194
213,665 213,665 00000000000002a9b762041b99ceb815ff9d8021d61adb437b49fa9e19b3af33 0.17 MB 333 170
213,664 213,664 00000000000004cc60e67d2055f0d73111560713285c5f6d1a9a1bde90f87dcb 0.09 MB 162 181
213,663 213,663 000000000000011429cc7d9633fa91f4eb44e7a03381f6c0910de42798f139c1 0.19 MB 437 186
213,662 213,662 000000000000000e254f234119f1a4b99d9ef2b8f551df90fb08d761b7eeab44 0.05 MB 156 53
213,661 213,661 00000000000001401141d0aaad9271e2928aaa16db5e3b30260b485c3c1683dd 0.20 MB 443 166
213,660 213,660 00000000000004c9edb72f5c6e419fd3f5b2dc4d1902673d3bb21eed35fdcbfe 0.05 MB 145 130
213,659 213,659 0000000000000062c44bf3e965849e1f7713bda8a12c0879f12c00617a313357 0.24 MB 632 189
213,658 213,658 00000000000004cc55b67b6ff77bba8114ff692c4b5514eca99999efd47ef793 0.18 MB 106 78
213,657 213,657 00000000000001f362ed5514bf80ecde79255a85b9cbd1c8a587cb7001ebfd47 0.24 MB 82 67
213,656 213,656 00000000000002fb8391510282b0103087602d53f383e4d9c0091e043c600ce8 0.04 MB 91 397
213,655 213,655 000000000000025801d207aab87b8242854a9ebc5b8a0fc8ab2631ec054583de 0.00 MB 5 101
213,654 213,654 0000000000000238d2e3fdd17d9db34525724adf135990841dcdb9ec0ab231ba 0.24 MB 377 159
213,653 213,653 00000000000004dfbe0360a7f13b7d218dff619ae79c8b20b2a27da92d3bc51f 0.01 MB 44 13
213,652 213,652 00000000000004f6b2c5613f84e1b5313b49bbbd57f45160ac21fad4577b41bf 0.24 MB 454 150
213,651 213,651 00000000000001e9e0d50bce98a0f91a305e214f24afb9728dfbd198c6c7c346 0.07 MB 32 55
213,650 213,650 0000000000000461b8fc6879a3427d0e250f1a34a09235a7627f66c63f805460 0.16 MB 340 219
213,649 213,649 00000000000000bf7cfd2559d15fc3a0264a30addb2c21b0fe98e9cd4b856eba 0.00 MB 9 35
213,648 213,648 0000000000000322558309e980c763b2b1d10d40bc383430bf11abac3da47b3d 0.03 MB 37 121
213,647 213,647 0000000000000486227f138411153be245c79d936c7732e7febea0ca3a7a5e88 0.10 MB 217 160
213,646 213,646 00000000000000413416bbe384c7bd875c6fd51c7d315b95aad06fa158bcdb91 0.15 MB 253 110
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.