Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,717 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (28,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,787 878,787 0000000000000000000289529f86959e0813e33529c7d3a57ae50411bb5bda7b 1.61 MB 3,684 7
878,786 878,786 00000000000000000000c6211bba8726e5309cddae14f8564e239a75f461224d 1.70 MB 3,832 5
878,785 878,785 000000000000000000028a094eb19c54b17a81bcd1295e671ccf624b831c81fd 1.69 MB 4,077 4
878,784 878,784 00000000000000000002600c41941ec5cebad2f8ffda629d5c259aa4d1c5016f 1.72 MB 3,218 3
878,783 878,783 000000000000000000013178d2b078912bd2be05408ce8408fb604f0bd7167c8 1.70 MB 2,646 2
878,782 878,782 00000000000000000000fc73e44a721f6b45558b0f7deb76e019151e83f41070 1.56 MB 2,837 4
878,781 878,781 00000000000000000001175ef3c480d8b13bbd05e740518ccff80c64b56bc204 1.58 MB 2,195 2
878,780 878,780 000000000000000000022aa101bbe0ec403fe920ea95bf46b57637747bcd18bf 1.63 MB 1,683 2
878,779 878,779 00000000000000000001c4415eee6e3b1067082717347ab71ab98078a7c5f01a 1.64 MB 3,529 4
878,778 878,778 00000000000000000000a66f6e3f41b4d61e01d536eb4098290ce790805c8468 1.71 MB 1,155 2
878,777 878,777 00000000000000000001ca936aa1bb1cb9b72c01011d4f7609b53fecf47728d3 1.75 MB 2,440 4
878,776 878,776 00000000000000000001d57729a0b37f9fce420b2b3ac66f4a9465194b303839 1.94 MB 1,298 2
878,775 878,775 00000000000000000002706a7ec8ad8b018439a3396673950672d9f5003e617a 1.74 MB 1,581 2
878,774 878,774 000000000000000000016278b553432d9e08e0f1f12ccb886098559db89647b2 2.17 MB 98 1
878,773 878,773 00000000000000000002010f9c3a1102cac9974a01aee65885a3c5ce01317cc3 1.81 MB 804 1
878,772 878,772 000000000000000000011a49c76a10cdf1c22afcdc629d57878e17787e06eb46 1.74 MB 3,717 4
878,771 878,771 00000000000000000001dd38494c463e1985353b13e9c39a7f3f5ff8bb7bb11c 1.74 MB 1,696 2
878,770 878,770 00000000000000000001c2f445858e6b24b463525a2ad01bca7e3a2ac9947cf6 1.73 MB 2,150 2
878,769 878,769 0000000000000000000168c49fd723b2068e317ee409b4c505bdde001e1e708b 1.68 MB 2,966 3
878,768 878,768 000000000000000000005ace53673dc90f011fa40d798baff787693d59a648dc 1.51 MB 2,501 4
878,767 878,767 00000000000000000001d1b01ac8bee3d560ecc29ee8356a2aaecc7e0ef978fe 1.55 MB 3,400 6
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.75 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.