Memory Pool Memory Pool Refreshing

7,449 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (189,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,991 717,991 00000000000000000003410a84d5b1a214924c4bbad5083eea0bbc1cb020bdc6 1.37 MB 2,644 14
717,990 717,990 0000000000000000000ab70eb567ca371141c57a978d7d35cfe957e1af8c9a5c 0.70 MB 872 4
717,989 717,989 00000000000000000001f890109569e8b0e2e86a50cfe457edff002d7da168da 1.37 MB 1,876 8
717,988 717,988 00000000000000000007bb327382511a0c8e0630eea16ce0a4a98ad652bbcd5f 0.66 MB 1,104 8
717,987 717,987 00000000000000000007d9d31ee8fb8308ce824eca60420afb4733783ca89d06 1.79 MB 476 2
717,986 717,986 00000000000000000000e1d8016c74fef289535957664481af5e9407cfacd7c5 1.80 MB 460 2
717,985 717,985 0000000000000000000296b82c7fe3df508f5192d149abdf432423d78701e057 1.75 MB 1,259 4
717,984 717,984 00000000000000000007863087945356b5e870c64eef91fe631a605140402cb6 1.84 MB 337 1
717,983 717,983 0000000000000000000b14602cdcae479c01ba918a3d95027d1dfdb37e9f14b8 1.62 MB 1,781 7
717,982 717,982 00000000000000000007ae202a72268713ae84528c14491534b19ff4d48dbddf 1.74 MB 1,344 6
717,981 717,981 00000000000000000004be8b5996c1284db671194895e9f5893a1bbc43dd01b7 1.57 MB 2,980 11
717,980 717,980 00000000000000000004634ed9522c4c5bc691987fc95d85b115cb86f2dac771 1.70 MB 1,860 4
717,979 717,979 000000000000000000038d5bae9b1868ced72ae55c948be893b579bf075ac3e7 1.55 MB 2,765 15
717,978 717,978 00000000000000000004a1da9b943b165b48cecd152ce283cd17a16e7abf27b9 0.64 MB 910 9
717,977 717,977 0000000000000000000ad0561808f0953e13434b614e53593e9142713807cee0 1.01 MB 1,080 3
717,976 717,976 00000000000000000004d407e38be7a3c797529f8598393af491e5225c59f366 1.45 MB 2,692 10
717,975 717,975 00000000000000000005e3bed6703089b5ef27e7c53c77c8bba8c4f24068ca67 0.93 MB 1,576 10
717,974 717,974 0000000000000000000584338f469d9ce2786c3c6eff311580eebc066bbcabec 0.72 MB 1,314 10
717,973 717,973 000000000000000000075626743c801dcd7c184a3bb96213f171669e35034ee0 0.15 MB 306 10
717,972 717,972 0000000000000000000938a91f43a5c60c51af0a8968adca307fc4053e762846 0.02 MB 45 15
717,971 717,971 00000000000000000009a4dac004e92aed5760ea628299b544d11e6add5b87b6 0.51 MB 894 10
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.