Memory Pool Memory Pool Refreshing

2,833 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,318 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (24,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,627 883,627 00000000000000000001d5c9208d4d4d137d5866d56f758a4da33ceadb10fed2 2.07 MB 561 1
883,626 883,626 000000000000000000012e560f4ee53f9a83291eade1096de7fb3bbdeea76241 2.04 MB 815 1
883,625 883,625 0000000000000000000108edd4ce508f3e1be7e85218f2efd279b8dd550cbc97 2.03 MB 2,440 2
883,624 883,624 00000000000000000000117cf94d0e4cb9ee82000e89d15d0a7e0d7ba5cc04e1 1.57 MB 3,212 4
883,623 883,623 000000000000000000012fe5fec3daf5d5c01c0b1a71674edfb2ea588231c6e7 1.88 MB 2,479 1
883,622 883,622 0000000000000000000242a8f41760998c42d216e11c9ad5f785bae53404a77a 1.85 MB 1,447 1
883,621 883,621 0000000000000000000014be59c8bdea9b391e948f1983f19572dcf11c76dc26 1.58 MB 2,643 3
883,620 883,620 00000000000000000000ab60497b336b059477dc5a66ee580c2ea8633ce5aea6 1.61 MB 3,610 5
883,619 883,619 000000000000000000020ae03797b6ad680424864f557d5c686c03b9448d52c8 1.59 MB 3,410 4
883,618 883,618 0000000000000000000036ea7b69af45f89581a12dc0306679cc71d28b03e585 1.67 MB 1,496 4
883,617 883,617 00000000000000000001996f1a02cd90a3de011322f976caadec43dcc4df0a2f 1.66 MB 2,327 3
883,616 883,616 000000000000000000016a4bbac9441f366943fb349306998a56ae011da9ba01 1.60 MB 3,555 8
883,615 883,615 00000000000000000001c79a184f6c1c465a76e0a5b8306b317dd06d9b92fa8c 1.84 MB 3,072 3
883,614 883,614 0000000000000000000181bb0f9f0d2db80bf2239335af1c54b0a121463483c1 1.40 MB 2,884 4
883,613 883,613 00000000000000000001c2e17d325447c8d0855fef8d1b19bfc3b4019018e894 1.50 MB 3,517 6
883,612 883,612 0000000000000000000099c456bb6a66f2656fc5b5b44d550d4c97888d25a09d 1.87 MB 2,306 4
883,611 883,611 00000000000000000000606b26d66dc05e36e911525d6a53c9f556c64260dc80 1.72 MB 2,780 6
883,610 883,610 00000000000000000001b47fad629663417dfdd9d2049829d128f8991a4f0092 2.10 MB 642 4
883,609 883,609 0000000000000000000185269e12e907ca67472cdc32ee4e322dc88299697864 2.02 MB 1,425 4
883,608 883,608 00000000000000000001886b56a13ca5895310722668f589015c69f6f12e0ab0 1.63 MB 4,024 7
883,607 883,607 00000000000000000001a4edf3bfdb9ea8a352f008c0732bc6e4b3f3539166e0 1.51 MB 4,137 10
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, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.