Memory Pool Memory Pool Refreshing

3,046 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,940 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,690 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,939 (739,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,849 168,849 0000000000000860ce83d266771b4cf54f9e6d56e6dbb9bb99b1f323c672419e 0.02 MB 15 54
168,848 168,848 00000000000005f0d4e88db55af0250cd98a0c1152289db103db1507f74f3e28 0.00 MB 11 387
168,847 168,847 0000000000000a1be708ef40990356427de4e19ed010fabd7a3530cbb169b19e 0.01 MB 45 18
168,846 168,846 0000000000000aa4e40401d0b461f5996c597e3da621d588fbdbb8e2c6ab34b6 0.02 MB 65 111
168,845 168,845 00000000000002b60b6be4f9f39e7c131da2c0a824511c8fba1d8b009d15feee 0.00 MB 6 0
168,844 168,844 00000000000005062f6636f5aa0f1a447645a9777f945a5771ba14017b75356a 0.01 MB 21 16
168,843 168,843 0000000000000b1be40c5bfabc4dac01d206eeddbdab18327d7335965d47e81d 0.03 MB 59 58
168,842 168,842 0000000000000a901296e752b49b38603b8c324750e4c92bc5d23149fd61596b 0.03 MB 21 89
168,841 168,841 000000000000071f925382db4a1cbba0fe20055a3e16c686ed3940f6c766ebd2 0.03 MB 49 71
168,840 168,840 00000000000006fc7c4fc5b1e4411cc417b8c39204a2eb90c5812a2209d4d6b6 0.04 MB 120 48
168,839 168,839 000000000000052750e85ea5d0896d21af9072bd386eaae6db9b6a770427e204 0.00 MB 4 939
168,838 168,838 000000000000086b8aca9e37a6b121e1b941f8e195bec52aedc711cf6aa7d6bd 0.01 MB 16 21
168,837 168,837 0000000000000420170e9d8a9875b8fbdc858bb1e938c14940b6f1403af1784f 0.00 MB 7 346
168,836 168,836 00000000000009847ba5c531fe70234a63d9a94d529d88d8faccfe9745fd2fad 0.01 MB 25 12
168,835 168,835 0000000000000236e9b3be7e02180d2eba9faecc454949078e15cdb6aa864093 0.02 MB 51 70
168,834 168,834 00000000000008754df381c5168800d55c5c3832b8e9f99ff0d4adaef0811e22 0.02 MB 52 244
168,833 168,833 0000000000000ba64dad27cac897329f1277e30c4d662e457ceaf1e58f9bdf84 0.00 MB 6 69
168,832 168,832 00000000000001f4cdf854bd3e72b750553f054e8526bc52f8cf52e36dfbc62d 0.04 MB 100 94
168,831 168,831 0000000000000649ecfd9e0a2e4cef5edc015edad15e716e1cf49d388b8f6fa1 0.02 MB 43 2
168,830 168,830 0000000000000b0c21e17e4fcb77a6b97be31ef3a961903b2e065e4d97e2cdb6 0.01 MB 17 53
168,829 168,829 000000000000045fed8fd040df0b11e50bc5250915b5440a9e86e42436fbf384 0.01 MB 13 62
Previous 10 blocks ↓
Total Size: 769.43 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,645.55 GB sent, 95.10 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.