Memory Pool Memory Pool Refreshing

42,978 transactions
17.58 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,928 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,927 (64,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,148 807,148 000000000000000000043c0d3bf69800d3e93c8341aa6d66b7de0a190610c885 1.73 MB 2,477 18
807,147 807,147 000000000000000000000cd675381fc6697780e5c3ac6e8f5f2e80bcbd6ce3e2 1.55 MB 3,073 24
807,146 807,146 00000000000000000001494ff870e7fecafb79e6edd4cb91a99aa71186e170d0 1.43 MB 1,357 16
807,145 807,145 00000000000000000004bb2ae982e5c963b7fcea1727d9506acb889dfecb56ae 1.11 MB 635 19
807,144 807,144 000000000000000000014e49738f9b4730112244b03af5b5399bccdebacede30 1.28 MB 1,643 24
807,143 807,143 000000000000000000018a74ceb61e798da07ffc1298c87ecd5f847caa85ad60 1.46 MB 1,720 20
807,142 807,142 000000000000000000035d127411f8bedecf619f9f31e2aad90f1cf290880b30 1.16 MB 877 17
807,141 807,141 00000000000000000004b9c22b80a2b7239c6fd9159dfc344ace3a4ab8274f92 1.09 MB 542 17
807,140 807,140 000000000000000000037e572cb3bca245c6da4c4103e72bbcfaffe46ba7495a 1.18 MB 708 17
807,139 807,139 000000000000000000040dcf3955dcc43c8a6ab727a041083886aa4feb6b36e9 1.28 MB 1,139 19
807,138 807,138 00000000000000000003cfb49ed9a2c0121cd4919747872b33326cc069240069 1.50 MB 2,549 19
807,137 807,137 0000000000000000000360c24397d14810da08f7bca85c8b8c89186d32b46edf 1.35 MB 2,124 18
807,136 807,136 0000000000000000000019cc77623b7a3bed3ee7eed5adb5128d2ca327cf9a89 1.25 MB 1,115 17
807,135 807,135 000000000000000000000e50366620e229037194e36ca39140ec00c73c8383cf 1.46 MB 2,754 24
807,134 807,134 00000000000000000004f49d4bd9731a5658e46c39dc349eb41015e4f261f8cf 1.18 MB 921 18
807,133 807,133 00000000000000000002d7cdce4537c981048eac73a532f2c47551131f6bff71 1.04 MB 319 16
807,132 807,132 00000000000000000000ed017db2477f7f9711feaad84f3ec64b55f6f0ee9efd 1.29 MB 1,553 19
807,131 807,131 00000000000000000003bc4df749f4da98f60099af8dcd5886a0ddad0e57b9b9 1.09 MB 556 17
807,130 807,130 0000000000000000000500b259dff135965c59a4b0d9a3a1cd019cec49f37f33 1.63 MB 1,698 18
807,129 807,129 0000000000000000000264ff03f3cc5ad9d30a1bedef064f28ac4bc6ddcba752 1.39 MB 643 17
807,128 807,128 0000000000000000000229b7f346e14161c1b3a7b658b34cc363dbaaca1f6c93 1.17 MB 1,022 18
Previous 10 blocks ↓
Total Size: 703.07 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: 2,581.47 GB sent, 231.85 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.