Memory Pool Memory Pool Refreshing

1,242 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,214 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (194,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,632 713,632 0000000000000000000a6bc37490669fa3978285a3c3e54cae5811454b81c607 0.32 MB 513 10
713,631 713,631 00000000000000000000b426bf846ca8ce273dffa4db4ee2b01b59660f0e028b 0.35 MB 517 8
713,630 713,630 000000000000000000009919c5f54a18e446004a14c58a2592945b8bdb19b3e8 0.07 MB 123 11
713,629 713,629 000000000000000000018a54e032fa3229073a182a210d8a937bbad6fad7749e 0.28 MB 353 8
713,628 713,628 00000000000000000005ec23b823c0e12b5c3489b1fb0dfb5137cb2a070580fe 0.70 MB 1,109 8
713,627 713,627 0000000000000000000444af199b936f835d56c8c6ecb9e86930f7d56682a700 0.06 MB 160 13
713,626 713,626 0000000000000000000458f5b8be03636a94a9074c29667e1ac5df5e49e4e3a6 1.29 MB 1,568 6
713,625 713,625 0000000000000000000a2969942c7429b4407a1f51b1b24b071d7a0a04be118f 1.42 MB 2,473 16
713,624 713,624 0000000000000000000627dd8a94c1654828de5104bf4ddb91b746c2a9b6d46a 0.06 MB 140 12
713,623 713,623 000000000000000000062aa1ae75db7792637324fdc9366c29d30ca0bc9eff5f 0.51 MB 1,061 11
713,622 713,622 000000000000000000013e18f6194931221d99a2455ad098ad6c4ca91d86a94b 0.22 MB 432 12
713,621 713,621 00000000000000000000dfaa9a9d2c203f5370b77b90674c4c444cfe23a49560 0.17 MB 330 11
713,620 713,620 000000000000000000000ebb7974581163dd18169d8beb660dedd6e310b17940 0.48 MB 810 9
713,619 713,619 00000000000000000000230b0d1632cbf4f581496b1ee014f7efcb14845b54e0 0.28 MB 494 11
713,618 713,618 0000000000000000000267b5269b2db24c72f5a0d440407de73395e9b0eb9223 0.42 MB 685 8
713,617 713,617 0000000000000000000749370426715842f1669fb94e8abea290a3a742fc55c7 0.76 MB 1,212 12
713,616 713,616 0000000000000000000781f286747517770f66b840d6889890e97dbafeee1da4 0.11 MB 111 7
713,615 713,615 00000000000000000001bfec8b5219f1a9c321debb9632534aea8c02121a543e 1.08 MB 1,127 6
713,614 713,614 000000000000000000033793616541312526e323bf57b23e360c0719189d7a7b 0.66 MB 900 10
713,613 713,613 00000000000000000007b7711c9311cbd5989e61029af7f58a179355c26fcd29 0.37 MB 627 10
713,612 713,612 0000000000000000000c28c6c1d041b599aa4518b7e9c840387d0c5a9de554ff 1.58 MB 1,864 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.