Memory Pool Memory Pool Refreshing

1,346 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (85,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
822,408 822,408 00000000000000000001044f9cd8bfb92c89fdacbc95630c3f1a37a483ee989d 1.57 MB 3,677 229
822,407 822,407 00000000000000000001b8d965591a4a304f8ee2a440468ed21528a5b5ad66b5 1.66 MB 3,525 197
822,406 822,406 000000000000000000008dfb5f244584d3b3a2129d8d9b5b23df49220f06251f 1.66 MB 3,751 133
822,405 822,405 00000000000000000002651379c68072d1029a8a84e4d871ed11ec83b0e63c12 1.78 MB 3,887 207
822,404 822,404 00000000000000000000137291aedf0bee37ce6f0b2c0304de1689997713f7f3 1.61 MB 3,572 151
822,403 822,403 000000000000000000038139a83d6fcbd1c8a78795f9440629f6308d15d8735e 1.68 MB 3,534 181
822,402 822,402 000000000000000000022ecf3508f63fe043251f550314651504e630c44e00f9 1.58 MB 3,521 139
822,401 822,401 0000000000000000000243c12caa916ac5b213521c000c34297cc3cceb45f3b1 1.60 MB 3,287 198
822,400 822,400 00000000000000000000409b6c5942501f5fd45a443a30b14f272f593c0ec75b 1.50 MB 2,870 201
822,399 822,399 00000000000000000002e7574bccfdf3cde81beb7cca820251756d3d25f81134 1.92 MB 3,558 140
822,398 822,398 00000000000000000000b5c9ab23fed84f9095a132418e2d707df44863043727 1.60 MB 3,442 179
822,397 822,397 000000000000000000003ba65cd73bbf73885e7067101387ab5d6f6fe25494f6 1.57 MB 3,737 269
822,396 822,396 0000000000000000000065f5ade982a01ba9c60a52cccc6c5c71ba05a07f7e99 1.77 MB 4,100 123
822,395 822,395 00000000000000000003362fbff554d7bf79d754a4cedc2dfc6e9cb6574d6f65 1.79 MB 3,892 187
822,394 822,394 0000000000000000000361541b36b8977833becaafee1c0debe235976f0fd493 1.65 MB 3,159 134
822,393 822,393 00000000000000000002e278973b31d3074d8727e9790d62c2249a6eafaa8bcc 1.73 MB 2,474 147
822,392 822,392 000000000000000000029dcc150af34df21eb30adb5c241d329e4979160ce1b5 1.68 MB 3,706 160
822,391 822,391 00000000000000000001d4ac387d8251d54d34572e2b8c49849e2be49f9949e0 1.63 MB 3,852 152
822,390 822,390 00000000000000000001d6990475af372e2056714c580b2b096597d29e276589 1.59 MB 3,496 198
822,389 822,389 000000000000000000035eeff31d7081a6b39425287475162439b912a9b612a0 1.67 MB 3,653 178
822,388 822,388 000000000000000000015887fc9ca20e340c321859758b820f7db15dfde90ca7 1.59 MB 3,605 254
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.