Memory Pool Memory Pool Refreshing

35,367 transactions
28.94 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,461 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,460 (350,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
511,481 511,481 00000000000000000033b1aa1954489e74fa7248469fbedf44a33ab628c0ed70 1.02 MB 552 11
511,480 511,480 0000000000000000005c9c23bc278fb55452f4fb2227c0640f4f7d33b104908d 1.09 MB 1,638 41
511,479 511,479 0000000000000000000a7b10871cb365820e964bd33730beabae2a45da51f43e 1.12 MB 1,733 62
511,478 511,478 0000000000000000000c7d68814b8a30d2d0d6f60de85f8a39c9c08186eb2184 1.01 MB 1,163 9
511,477 511,477 00000000000000000037a94aa83566e54013b27b2306bff1594e834e41715d86 1.09 MB 1,951 48
511,476 511,476 00000000000000000053f011b3b032d431a5d90dd72d5ce9dddbb068a51df7c9 1.08 MB 2,055 54
511,475 511,475 000000000000000000359274dbe6b606b4be0811bd13c7174b4664c41cb53955 1.19 MB 2,777 37
511,474 511,474 0000000000000000004da3a052f2b8bda38cb12f8dd121222cc2e2f1d9662f41 1.05 MB 774 45
511,473 511,473 0000000000000000000f21a469e7e9634ba12deb2cf18aabdcccef8a495e8614 1.05 MB 1,413 93
511,472 511,472 00000000000000000044776a430134afb6314708e5299154dca6cfc74556dafd 1.01 MB 453 9
511,471 511,471 0000000000000000001f326e1046ae4e49186fd7be595c89aaa3e70a1cddc537 1.07 MB 896 28
511,470 511,470 0000000000000000003568022ede1858729bac60620559d315e6069dd1d1155d 1.10 MB 2,088 20
511,469 511,469 0000000000000000002c4eacf4a42925050cb93239765bdd7500d6fb009eb3c6 1.19 MB 1,912 40
511,468 511,468 0000000000000000002dc4418fb2ba4e76f67adbc00ca43ebbe412d607bd7d45 1.13 MB 2,550 121
511,467 511,467 0000000000000000003a8788bb21710e2a73be4351a7e6b577a762c9f6830a1f 1.01 MB 212 4
511,466 511,466 000000000000000000488972ed6db8e57d58b95c88c19c736072e5b9f585ca9c 1.12 MB 986 14
511,465 511,465 000000000000000000352c72211e4578028855a7ca4f7465d3959153aed4d465 1.51 MB 1,210 15
511,464 511,464 000000000000000000191f7540fb043170e610d5285786ba79118e3eaff8d784 1.29 MB 1,501 41
511,463 511,463 0000000000000000002de63bf39cef7d9817c7344d2075f78c611d8d85ea9535 1.13 MB 2,338 65
511,462 511,462 0000000000000000004aea9a0f14d04a3f70ad875745f0d327c3aacc84cd5373 1.05 MB 456 7
511,461 511,461 00000000000000000055631e853dbdd5a444ed676868391c32e494578529994c 1.15 MB 1,079 14
Previous 10 blocks ↓
Total Size: 685.04 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,370.01 GB sent, 105.57 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.