Memory Pool Memory Pool Refreshing

8,104 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,286 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,298 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,285 (97,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,097 805,097 00000000000000000004d48892d007548050973333fe90e344d8cf1bca21e59f 1.40 MB 2,710 17
805,096 805,096 0000000000000000000396dbe62141a4546967e301d32239ea368810eccbdd68 1.78 MB 3,293 7
805,095 805,095 000000000000000000030721ab39b63f80f93703ef693377695fb3823d891e5f 1.69 MB 4,230 11
805,094 805,094 000000000000000000018919b43910f2f472eef7a651b7588fe81884e1073c12 1.67 MB 3,507 8
805,093 805,093 00000000000000000001eec634d2ac5d474fbd0b387db8d89f1c18a08c1067fd 1.55 MB 3,177 16
805,092 805,092 00000000000000000004dc9ba0766c85460ab722edaafa051695e22caa154bca 2.13 MB 6,975 6
805,091 805,091 00000000000000000000c9504369da576825e44be9ff3685873f87d613b1276e 1.73 MB 3,871 11
805,090 805,090 0000000000000000000103a5100dccfa23e1b8d564460dca5ed2065ede76ebab 1.97 MB 5,876 8
805,089 805,089 000000000000000000026a704c11f6fb8e49a5964f9bee6c267c18c80497580f 1.79 MB 4,285 10
805,088 805,088 00000000000000000001508c7014b9594ef2a9b6587d4d8733b2d325c43128a1 1.55 MB 2,741 10
805,087 805,087 00000000000000000004b18f5c06af7047b0a9bc2ae9c0f5a310e960470df2d8 1.68 MB 4,309 13
805,086 805,086 0000000000000000000262fe0911d248d10690c1ce160e92d2fc54c72637bcb8 1.37 MB 2,158 6
805,085 805,085 00000000000000000001f8ec126c7769f69e6f093dedc7f134e468b75183911d 1.34 MB 1,452 12
805,084 805,084 000000000000000000028781b3a91c0c5dd0c10c0cb02f5bcbcb8e802941a80f 1.88 MB 4,282 10
805,083 805,083 00000000000000000003ff5a3c54177bf34d792b9af3e786555cee58d5f426ff 1.80 MB 3,202 9
805,082 805,082 00000000000000000001d98bfba9eebfb2fd7aee8bb435db44b9788c55991d4c 1.57 MB 3,140 17
805,081 805,081 000000000000000000000dfe613f9ecae8fbc9ea004eaa05d632fd8797130994 2.15 MB 1,652 7
805,080 805,080 00000000000000000001dadf4a60edbc49e416fa19186796c8563d567cb24595 1.46 MB 3,179 15
805,079 805,079 000000000000000000043471013b1ff020a1e636c76b1ca104851dc1eee1739b 1.47 MB 3,490 22
805,078 805,078 00000000000000000002290acfa13d0e83dd51e67bd2a9c69d392db1b56e3a4b 1.35 MB 2,333 14
805,077 805,077 00000000000000000000d120bfb3a84c38e0f65e0f1606eae970565d66c4c03f 1.76 MB 1,946 6
Previous 10 blocks ↓
Total Size: 759.65 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: 854.01 GB sent, 44.54 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.