Memory Pool Memory Pool Refreshing

6,804 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (544,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,994 362,994 000000000000000011a17c266354f5c4dea5830b7b427adb48fb500cc5ee1804 0.44 MB 958 31
362,993 362,993 00000000000000000630637de052cd45a3ad252a52a0f0be211cce01e718559d 0.52 MB 806 24
362,992 362,992 000000000000000007e0f8e0c9b8f8f53de77f76b020a6660f4ffe085b8b1c27 0.22 MB 480 30
362,991 362,991 0000000000000000018ba2cbcdaa7e4980e637bae9fadefa6884f7796fb5ea5c 0.33 MB 663 31
362,990 362,990 0000000000000000141adfc9d958a7bd7b426d1278a8f3c8e487999aec7c94a1 0.53 MB 1,141 31
362,989 362,989 0000000000000000063474926350aa1312a1016bb40218f5c3f29c8af165935c 0.15 MB 302 16
362,988 362,988 0000000000000000004721d72b09b59be0346bf24494191179a31ffac55242ce 0.88 MB 1,812 32
362,987 362,987 000000000000000015233f7f94e5f065851a89a123d362848e5e098194ab07f1 0.03 MB 64 23
362,986 362,986 000000000000000010265741623a3e3d1647bf9ae5b318097d33f9e406c8d946 0.59 MB 1,281 30
362,985 362,985 000000000000000015d4e5e6b03f70f3fb26b0a310e1250fbb970cd37600fe47 0.20 MB 438 25
362,984 362,984 000000000000000004221c6d0362a76cceb07129414515063b0de27c810e9522 0.31 MB 611 28
362,983 362,983 0000000000000000058314adee943cc8659e31f6613c4eed5e4ecbf967267a2c 0.00 MB 1 0
362,982 362,982 00000000000000000e8c3938f7abeca5bcdac93293346745f640f5aca4c5b534 0.01 MB 26 56
362,981 362,981 000000000000000004e38538074091770cfd951e530cd7d9a54aa83594be2a79 0.30 MB 429 22
362,980 362,980 000000000000000000fae435c0cf74f4bfa65a56d3833ea9fe0f978ab9d3d878 0.03 MB 115 60
362,979 362,979 000000000000000006a6805a0b8c4e69c97f1f453c540fe421df4a651ae8edeb 0.66 MB 1,407 32
362,978 362,978 00000000000000000d3b33627ae1cf018407a1190156a65d713e4be9c75736ac 0.71 MB 1,266 26
362,977 362,977 000000000000000006856f79c0ac8fa6b1bba1ad68186f2a87dcc097eca2ee8a 0.67 MB 1,202 30
362,976 362,976 00000000000000000d77d0bbdb302acc55f8df0195da3454bb9f2c759707ff0d 0.58 MB 1,090 10
362,975 362,975 000000000000000005970fcd694dfe4c2ab59e1ed46aac374efd4fd01bcf839c 0.75 MB 930 23
362,974 362,974 00000000000000000a810d6b47aae9f9c7d8712ff82aa29d64facf42933ed2e7 0.75 MB 1,417 28
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,616.51 GB sent, 92.74 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.