Memory Pool Memory Pool Refreshing

2,631 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (4,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,634 903,634 000000000000000000000d90d8e97f66734dbdc720977ad0a216c81d1c67e853 0.90 MB 1,438 2
903,633 903,633 00000000000000000001d2e7b1eccf6e9cd22fdeb1c8991a337e9657c97b7c7c 3.16 MB 955 1
903,632 903,632 000000000000000000001c82252f78d4aa52cf68574028803e73d56ad68b5d74 2.72 MB 2,135 0
903,631 903,631 000000000000000000023faa725ab82835190c9d86bf3564d2b64f2dee0506f9 0.58 MB 1,034 3
903,630 903,630 00000000000000000000251e216414922a975a0a03f3c983dda1e1c65e5cf117 0.24 MB 605 3
903,629 903,629 000000000000000000023079dea944ac261f610ce7a56a7c826c7f28f3401c54 0.56 MB 792 2
903,628 903,628 000000000000000000012083633acb820287af91c862fe4a6c6d6ed79c1cdfce 0.24 MB 527 2
903,627 903,627 00000000000000000000ec61da8fad7794e975823c8795e8911fb83bb48f8895 0.83 MB 1,172 2
903,626 903,626 0000000000000000000125da34946b89dbc52aa1057bfb2abd89c65fa84c3d4d 0.94 MB 1,376 2
903,625 903,625 000000000000000000014564ee083f30be4eb08f3a82e8616df078b024c69b6a 0.92 MB 1,308 3
903,624 903,624 0000000000000000000068aa0fd609cb49595d91736527d476cf1a2264f7c2af 1.01 MB 1,523 1
903,623 903,623 000000000000000000015c4e51ac75ac991eb0744b9046966006e2a2b5ee9f91 1.72 MB 2,610 1
903,622 903,622 000000000000000000016a91daf20caf8897e0e7a5dc57304549c1f4d2f7af03 1.46 MB 1,816 3
903,621 903,621 00000000000000000001cbe1a6cc542f7746858261e0712407817090d134faa3 1.48 MB 2,546 4
903,620 903,620 0000000000000000000054aff25421474ef2eb44e03dbae718b18836c5ab6d87 1.73 MB 3,898 1
903,619 903,619 000000000000000000009f3441a1898aeefa55ec2dbc82d619ce8b376c764d7c 1.50 MB 1,731 3
903,618 903,618 00000000000000000001e7f35b731d5e4260506e45096886367125d0af8a4810 1.36 MB 2,427 2
903,617 903,617 00000000000000000000978a8f1ccbc9537468e3c7498e4f87d4c94b28b26fba 1.39 MB 3,042 2
903,616 903,616 00000000000000000000b06187a4a18fd3c5ecee30015bf3324a6bf12b739786 1.54 MB 2,650 2
903,615 903,615 00000000000000000000626f5619834c2e99f37dcd8e5e647f776f74ce2c989e 1.72 MB 2,926 1
903,614 903,614 00000000000000000000d6d588f4f0adcc01cd452a8e40c8483a68ce5e36227b 1.49 MB 1,252 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.89 GB sent, 92.84 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.