Memory Pool Memory Pool Refreshing

3,114 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,030 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,789 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,029 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,029 908,029 000000000000000000002369be8eabf4b497b6b79fb6209e49de248dc757d6a1 ago 1.93 MB 1,972 1
908,028 908,028 000000000000000000014f7335f45710cd45f36c146fb878066a6b704c04384b ago 1.56 MB 3,255 4
908,027 908,027 000000000000000000015e41666ebcb1821060fd354b946288975a2fa79c07c2 ago 0.78 MB 1,129 1
908,026 908,026 0000000000000000000041821bf692d6844a4d230a1079033bd7c7a2f790b9a4 ago 1.56 MB 3,451 4
908,025 908,025 0000000000000000000073ef51c5071c2c515ab2a5de6912e3d9e47ad12442ea ago 2.12 MB 416 0
908,024 908,024 00000000000000000000e363b7c554b6ca4efe882fe0f8c058f5d78a0cb0e7a8 1.85 MB 2,944 0
908,023 908,023 000000000000000000022695c579da9d7a5340b05905e6d197a60e787067560f 0.19 MB 354 2
908,022 908,022 000000000000000000000c7cf844cf40c7e77a60eddfa990cd523f68c625d305 1.72 MB 4,255 0
908,021 908,021 0000000000000000000068d57d3f3ee21e143287236d938759110ea9521ec33b 0.82 MB 1,390 2
908,020 908,020 00000000000000000001fd3a1cfeaf9ec5945a283fe5ae29036068f807cf595d 1.76 MB 5,030 0
908,019 908,019 000000000000000000014e1e3c636d80067bd4915e7811383a92e758e6eaaa60 1.77 MB 4,814 1
908,018 908,018 00000000000000000001bf0b49021472710661f2590f710642ca642fcd679064 0.61 MB 955 3
908,017 908,017 00000000000000000000328596e2d63972b0021a78170c750cf721d78df2a326 1.64 MB 3,754 2
908,016 908,016 00000000000000000001ca83b403bb6ea38cca878249c4b03097e3b922e23778 1.54 MB 2,903 2
908,015 908,015 0000000000000000000147d243478a457dd75c65bc188996a1f844e58b2e3be8 1.51 MB 2,939 3
908,014 908,014 000000000000000000021a454394dbf801c6bb0793db252c746ffa79665f8f7b 1.80 MB 4,714 0
908,013 908,013 00000000000000000001f8280b62be6765fd2cba9bed9264c925b34ae0bcc322 0.32 MB 478 2
908,012 908,012 00000000000000000001804112f6734d42e4b6ee12aaf371a0594ad977a873ca 1.80 MB 5,073 0
908,011 908,011 00000000000000000000dfa85d4107c77d2bba82d179dc657e86792b834838c3 1.67 MB 2,601 3
908,010 908,010 00000000000000000001593be9ea47fcc3bfe0cadc56b0ca626895bfa8659a7c 1.87 MB 3,463 1
908,009 908,009 00000000000000000001d5f10c014d3c401c46e88f462c95cccea4a1c2ed8dfc 1.53 MB 3,374 3
Previous 10 blocks ↓
Total Size: 769.60 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,651.50 GB sent, 95.91 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.