Memory Pool Memory Pool Refreshing

9,200 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (111,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,991 795,991 000000000000000000039a3c820adc73fdfa2068836c8921b1ff161522bd8d7b 2.08 MB 5,841 11
795,990 795,990 00000000000000000003d5dbfb82887d8efd69de92a2a59f67b0b3e29a41bf95 1.90 MB 5,269 14
795,989 795,989 000000000000000000026d4a8e41e69c95bd7850ccf4c7e8451f8a5c5f2ba955 2.03 MB 3,520 11
795,988 795,988 00000000000000000000a6ba7cf2d6a4d404bb420df62a0d333b341219b710b9 1.87 MB 2,138 11
795,987 795,987 000000000000000000052304a8b30ac05782d6d00b1085a3fc10d9eac37e7fd0 1.91 MB 993 11
795,986 795,986 00000000000000000004b38adbc2e7fd1a5911893505fa30a315699150539537 1.99 MB 1,863 13
795,985 795,985 00000000000000000000e82c624d257c3296cc28b39ef43c9ce9a947622849be 1.38 MB 2,127 16
795,984 795,984 00000000000000000002ee5c8c876cee04c5608ab7cace8df733d86080d24235 1.56 MB 3,640 34
795,983 795,983 000000000000000000031c7a01631f83a30fd4c2be5981d310893ca1ef7a10b1 1.89 MB 364 11
795,982 795,982 0000000000000000000194fb06efe70e1dbbcf349b953b62469dfe6ba07c5a72 1.98 MB 2,577 11
795,981 795,981 00000000000000000002becf56f6a81b01f92cc3d119f5b5fd3634c1c68bf7f7 1.78 MB 1,969 18
795,980 795,980 00000000000000000002c822ac9277043051a4593d5d2ce5aec9d0d4087f1642 1.45 MB 1,098 18
795,979 795,979 00000000000000000001508723835d7bba24f8e6e550c4191021c2c72089013b 1.50 MB 1,540 21
795,978 795,978 0000000000000000000125c2f38485a7117407bb3e9ad8cfe5b8c66eafe7c301 2.52 MB 2,293 18
795,977 795,977 000000000000000000028b5d5ce7407f77bf7313e16add54801fbf1856426125 2.03 MB 1,239 13
795,976 795,976 00000000000000000003f02283c008888ddc54f97c9d2c312f37917ff2fb0d9e 1.76 MB 1,058 16
795,975 795,975 00000000000000000002c0408e47801173fe90d5d6a763c472fbedb7fb69d78a 1.67 MB 2,694 24
795,974 795,974 000000000000000000010d4d578c06d23c2af7c3be8fd3e24270eb15ab739e43 1.62 MB 1,151 15
795,973 795,973 00000000000000000004f9f039571298b4904e882781daa0756872454bdaf6df 1.87 MB 292 12
795,972 795,972 00000000000000000002c184ba62abdf9116f201c475d53d044827b0d1767736 1.78 MB 3,239 17
795,971 795,971 000000000000000000004e42b31690825326d454a77e08be6e297cf5b28fa43c 1.91 MB 2,619 17
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.