Memory Pool Memory Pool Refreshing

4,632 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (289,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
617,858 617,858 0000000000000000000cc1cb84fec5af2b860a8ee0802fe38a599f15a5ba562e 1.24 MB 2,827 16
617,857 617,857 00000000000000000007554607cd2ee95b143695923b6883da20894f3e7ba8b7 1.30 MB 2,879 23
617,856 617,856 0000000000000000000bdaa051bf690c43ac085260c2cf365439c80f5cf93ff4 1.12 MB 2,443 7
617,855 617,855 0000000000000000000945cb7e5cba08e45b3b794173ef4898875921759ed278 1.33 MB 3,321 24
617,854 617,854 00000000000000000009943525d0b3590225733866f8a6b897dd9c32fda94b83 1.37 MB 3,197 21
617,853 617,853 000000000000000000071f6e88f2f6d5d5660800ff5aa06c9faa760f8bbd4d71 1.30 MB 2,398 10
617,852 617,852 0000000000000000000bedb9ba544b4e63f3e2e2430f0b9f978e0adfa96bba7d 1.68 MB 1,821 16
617,851 617,851 0000000000000000000af672a0000c66c167f0694fcd3baba2f77cb2d91ea4a4 1.41 MB 2,767 29
617,850 617,850 0000000000000000000caa2102042b0e8b7ea6718fdefe330be55fb7796979fd 1.26 MB 2,805 14
617,849 617,849 0000000000000000000a5318c4f3f11be0fe34d8477d6642d76025bf0cc8ab30 0.28 MB 743 14
617,848 617,848 0000000000000000000cd922a46f57adf4c928f0f1cd99fa3bf454744b5c4f24 0.91 MB 2,010 8
617,847 617,847 0000000000000000000078f4e0255a5b9b7873a58f4447528669a2d8d7a75fc4 1.25 MB 2,319 24
617,846 617,846 00000000000000000010af6b5b3b089e4d48607d331e93db716bd3ca894eec89 0.62 MB 1,324 15
617,845 617,845 0000000000000000000ae5771e05252e52a1a6398843d792f6e555729604ef6f 0.18 MB 437 15
617,844 617,844 0000000000000000000bb10f318a5449de0f34e80c1279ded685f0c4a15727ae 1.19 MB 3,080 16
617,843 617,843 00000000000000000003662681d2c0c9b7d116b6dffedee79b84f2fb421f1a39 0.16 MB 364 30
617,842 617,842 00000000000000000005c3bc64c1ce488310b4ebc3324da0b712b12976ccc12f 0.77 MB 2,000 14
617,841 617,841 0000000000000000000cc7ac1531ea7398191962110b9745f3d7d115553dd4df 0.49 MB 1,433 10
617,840 617,840 00000000000000000009d0ba54482d380b0ca997fd8a7129dddd789534132b05 1.33 MB 2,395 20
617,839 617,839 00000000000000000006219678662e394def72e76be23f6ff5e4e8517d2e61c5 0.49 MB 943 13
617,838 617,838 000000000000000000120239c8c27968269877652e0af1b691cacfca05e2d2b0 0.36 MB 365 14
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.