Memory Pool Memory Pool Refreshing

6,168 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (25,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,067 882,067 0000000000000000000081d70e6f639c76ad06d1315dcb0b6e6347ec3b81d253 1.55 MB 3,729 8
882,066 882,066 000000000000000000022b2196ec5eb3e2b9f6ab1e4ec8779fa7f9968fb38ed5 1.65 MB 4,063 6
882,065 882,065 000000000000000000001abdaa7f844fcb293b99d7602f76d4b3ac356bdb4999 1.51 MB 3,162 12
882,064 882,064 00000000000000000000b993eb9aa89b91a614dd5fb09bdb8e261639847359a4 1.64 MB 1,654 1
882,063 882,063 00000000000000000001930d92d9e56e9960a85b51707b014a5528ec3db1f0f3 1.88 MB 2,810 3
882,062 882,062 000000000000000000007e909264d692a1a127f6d5f649add78e9a341ba2f242 0.00 MB 1 0
882,061 882,061 00000000000000000001af4a1204a4951ea6c03b8e8cb9fc01a5754913f63bbc 1.43 MB 1,925 1
882,060 882,060 0000000000000000000252ab6b0928beed1de0dc051d188867fa0e3e2b5ebdce 1.50 MB 1,338 1
882,059 882,059 00000000000000000000444670ad3a3bea5d8e157cfc01e6257135c6b0ceacea 1.42 MB 2,132 2
882,058 882,058 00000000000000000000f87beb2439db4c61417e4894edf7bdb1c839920e5224 1.85 MB 2,014 2
882,057 882,057 0000000000000000000127bf1d8f8aac34a13d09e957d1b9d0c79b36fc562a24 1.47 MB 1,567 1
882,056 882,056 00000000000000000002322c58ad0e99296fcce410cea71a8c8d45621b5a944a 1.49 MB 2,579 6
882,055 882,055 00000000000000000000cf9142515f52fda4b442697df95acde2edd7ef955cb1 1.12 MB 417 1
882,054 882,054 00000000000000000000c56bcb12b3c181eb38247201a261d609756c2b6100a7 1.14 MB 641 1
882,053 882,053 000000000000000000027d82e4a8ff5314a599a319bdbba002c79344d8b423b0 1.43 MB 1,343 2
882,052 882,052 000000000000000000008b67e287225a243a16d6918dbc7afd67a328a057fa9c 1.23 MB 795 1
882,051 882,051 00000000000000000001b4ad63698b571a8328f7821e88e1c019fbfd8eba1de5 1.61 MB 167 1
882,050 882,050 00000000000000000001de66ffe801e21308040581963f59dcb6d5e173cbc532 2.36 MB 1,920 2
882,049 882,049 000000000000000000026583d68ab9a556de27be0753eaae430fd19b6c81a0fc 2.19 MB 1,865 2
882,048 882,048 0000000000000000000287e5ad218c26b397d29579b8aec30878465d6ffddfc7 1.56 MB 3,317 4
882,047 882,047 000000000000000000007ffcaeb5001c8fc2087749836b5a98344c12513f00d4 1.62 MB 2,137 2
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.