Memory Pool Memory Pool Refreshing

2,700 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (63,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,961 843,961 00000000000000000000adb680406fb60c914b3029a16342de11389a90e90a1e 1.20 MB 1,658 10
843,960 843,960 00000000000000000001914264c14a9a9469cccf4790b69dbe7f1b804fe9655f 1.62 MB 3,712 12
843,959 843,959 0000000000000000000013482158d475eb9b332fd62a6a7dd909d0bf20fa90b6 1.47 MB 2,642 15
843,958 843,958 00000000000000000000a21ae469d651e4a8035437b2654d4170d92fbc38594f 1.49 MB 1,516 10
843,957 843,957 000000000000000000019024ee261e01d002d0483d50b2f929d222f1d664cde9 1.14 MB 1,260 9
843,956 843,956 00000000000000000001ecebb4bec59495e309a7e5284ed86f58ced61da742a8 1.43 MB 2,632 19
843,955 843,955 00000000000000000001d529602c6e3039b26c883d19b81ef34011dafbf68594 1.49 MB 3,342 11
843,954 843,954 000000000000000000021cdfd3b5df4180d516bfdfccfa5611cd0cc9f5b8cdcb 1.66 MB 2,755 17
843,953 843,953 00000000000000000002ef1bcfd6c696c60567199ea06f0a78190c457b46c77a 1.25 MB 1,780 10
843,952 843,952 000000000000000000010f50563ab1b7d1e79d8cf7616b74701f0b97995a59c5 1.27 MB 2,416 10
843,951 843,951 00000000000000000002299b84cc2e50f5b69c4ddb5ad82cfc4fdd63dbd06c54 1.24 MB 1,484 10
843,950 843,950 00000000000000000001eb6c1c27ac012284fae9550c675734b99056e5f8cf4e 1.65 MB 4,005 14
843,949 843,949 00000000000000000000308c83b82ce7b0add07ef64e155c8285b64db05ff840 1.56 MB 2,971 16
843,948 843,948 000000000000000000001a59fd7c6ba730b594fe7b25101157448e62a6eaf49f 1.61 MB 3,833 10
843,947 843,947 00000000000000000001619d632befae0675362dbf310d8519862f69cbefa0c0 1.48 MB 2,719 16
843,946 843,946 0000000000000000000000018aed923c250162fe3f058d6af0f3932d9d9aa08c 1.53 MB 3,290 17
843,945 843,945 00000000000000000001726e55a0ee32671a7aefcb4193464404ab00ca335847 1.59 MB 2,812 16
843,944 843,944 0000000000000000000114d3179274d0435f2b907aeb7d8f3d1072f6cba67c10 1.50 MB 2,700 13
843,943 843,943 00000000000000000002e894de3afc9de923ee86df79d8ec960e0c95933923e0 1.09 MB 583 9
843,942 843,942 00000000000000000002e0647ea2624b4f0096f89119a067d20e227847c5b521 1.19 MB 1,598 9
843,941 843,941 0000000000000000000230debb570edb52c959b33d0b39118e421a569bd12004 1.06 MB 680 9
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.