Memory Pool Memory Pool Refreshing

4,858 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,868 (601,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,827 306,827 00000000000000002813db8ea7f5883b999aa9b01925e54721535fbbc9f67a19 0.08 MB 76 10
306,826 306,826 000000000000000008eecfc95682bea05df1617ab4f4fd11bdfd9aa55d5c2387 0.19 MB 327 27
306,825 306,825 00000000000000002075dc0b93911686664e9a0d23db1ede2b3e99bae888e4c3 0.32 MB 568 30
306,824 306,824 00000000000000002bcbb317f31bee2074bed988bf390c6b661d4b2f350fcc34 0.15 MB 191 21
306,823 306,823 00000000000000002db119dedf9ac4fee3b0f997f43129d3635fba6b8c555794 0.08 MB 256 39
306,822 306,822 0000000000000000368245d386ed6ec35adb216b75e8eac6ff252df7eaa3f98d 0.05 MB 20 1
306,821 306,821 00000000000000004422ae2cb6811708800f329a1c7b2c8d8d584fe553ddc0c6 0.20 MB 393 27
306,820 306,820 0000000000000000109e45c67f36b3f3c0046c3db823a5361762f7f844a91c2f 0.11 MB 122 15
306,819 306,819 000000000000000017127b326b9e71cfe99feec70d39db51e889c684b561d087 0.09 MB 187 30
306,818 306,818 00000000000000000d5c167e7a5ecdc434e891bfdc9e32f5b6163b57a2faa4ca 0.58 MB 1,040 31
306,817 306,817 00000000000000002dd99053de2ea32667bf90fd6fc252327ac54b293164c62e 0.14 MB 265 35
306,816 306,816 00000000000000004507a0437dc1ed7e7b551a691bc225de4ababcd0c4abb122 0.10 MB 193 53
306,815 306,815 000000000000000047caf1625d3e79e6f4ee3386cb918572c8d0c55693091137 0.07 MB 110 32
306,814 306,814 00000000000000004d25c6c5757058cb255aa87b0e7b65bf29d33ec4ac9a3ee9 0.21 MB 398 29
306,813 306,813 00000000000000001051539c637dd278e3ea3ca41b4f46d7fb95b9016731e387 0.44 MB 846 34
306,812 306,812 00000000000000004fddf2697758aefd66dc71c7bf5db0f8e535d851c312a9f1 0.07 MB 147 37
306,811 306,811 0000000000000000375847c4f397424d53bcda956b7a752a553dfd536a952951 0.11 MB 307 44
306,810 306,810 0000000000000000292831012db3fcd291aff40fcfc9984e44d25d38e6d2c17b 0.25 MB 263 18
306,809 306,809 00000000000000003236ef04794efbf1e7ff0eb241bdb64b2d2ebc8a40520ea5 0.33 MB 644 33
306,808 306,808 0000000000000000110c3e0faf4eff2c3330de132bec20eb0b3f11376297803a 0.25 MB 481 33
306,807 306,807 00000000000000000dd307a55100fa2fcf0014721cc83ea0617c886419a29e85 0.01 MB 28 27
Previous 10 blocks ↓
Total Size: 769.29 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,642.58 GB sent, 94.41 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.