Memory Pool Memory Pool Refreshing

15,528 transactions
34.54 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,181 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (72,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
789,409 789,409 000000000000000000021fe7bd7e8e77aecb83ea56d34dd47df6469e478c9635 1.65 MB 3,574 59
789,408 789,408 000000000000000000001bc0e12f3794aaa5352bd3d68ccfbedf13bbb5dbf5ea 1.75 MB 3,955 50
789,407 789,407 000000000000000000052d65bad82d4ccaf339d5e1a42601166e75926ea85775 1.77 MB 4,562 60
789,406 789,406 0000000000000000000362e2aab3fb1e236d094e5eff741a36c7448695970826 1.66 MB 4,306 87
789,405 789,405 000000000000000000054eb1458c5a16c2be23f5f2e40bd93630d16804be1123 1.72 MB 3,680 95
789,404 789,404 00000000000000000003657b22f181b311c7f4f35a4ec4dd4a27d082a755f2c9 1.69 MB 3,177 153
789,403 789,403 0000000000000000000207e793287f90e20c919b6b1787846f9741f9c9b83ac6 1.73 MB 3,719 109
789,402 789,402 00000000000000000005917693ebc0c99e780d223fa6069364930d0f1386d187 1.79 MB 3,483 197
789,401 789,401 000000000000000000024ab8b38908e4c53852f27f7e63b403c18a85c0e1aa1b 1.67 MB 3,536 190
789,400 789,400 00000000000000000001a0e05ff9dc2bd55fe816b03fdd7edaaee9592cc73473 1.60 MB 4,080 177
789,399 789,399 0000000000000000000534c693f5fa69ffcc9399290a7efa8360f178ff07d81a 1.70 MB 4,160 104
789,398 789,398 000000000000000000048780dc04e0fe8139b10af7870eb8b6c012283469cee7 1.70 MB 3,927 147
789,397 789,397 0000000000000000000195860d239d9d136f4ed6a58b8f5c8a6e276ec9c9894d 1.69 MB 4,454 62
789,396 789,396 000000000000000000055b97a6378c1e5bf935bf9b7122df37745c1d6cc6668a 1.73 MB 4,110 126
789,395 789,395 00000000000000000005c4222d826b2feab57f89836b180aebde7a864dc642f5 1.74 MB 4,268 94
789,394 789,394 00000000000000000001d28381113d97b5365526c78ba417753b7933403fba63 1.47 MB 3,176 222
789,393 789,393 00000000000000000003b3daa5a5cc89b1b05c79dda566ce01de2dfc2726b1dd 1.60 MB 2,903 143
789,392 789,392 00000000000000000004591c552a5f03bb00e05a04d5ee52e10e527e4d414af1 1.55 MB 3,354 304
789,391 789,391 000000000000000000042b78a1db50b12c89f02b4936ef8f47d2e355a5c16a13 1.73 MB 3,914 96
789,390 789,390 00000000000000000005863571ac765b1c974eb81aa38ac2ed48cfad2aa1ddab 1.70 MB 3,015 209
789,389 789,389 00000000000000000003a27e933df5636adf0427d49f29ef242dec5853b0e071 1.63 MB 3,970 153
Previous 10 blocks ↓
Total Size: 684.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.71 GB sent, 101.26 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.