Memory Pool Memory Pool Refreshing

5,120 transactions
27.48 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,030 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,029 (46,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
817,542 817,542 00000000000000000000a894840dd4d9adbefae891f868dd780760f64d51d72f 1.68 MB 4,237 116
817,541 817,541 00000000000000000001d9ad0e5afb506c68e4eb1c793748c30fec315f6fec10 1.58 MB 3,528 118
817,540 817,540 0000000000000000000303db33151fa0c808842f0cd8bd43083263ec044d4403 1.61 MB 3,272 127
817,539 817,539 00000000000000000002765180d8761f159c1bafbd8835ed4dac286f89e9b5de 1.84 MB 4,007 108
817,538 817,538 00000000000000000001f9ab5367b492e55e1002c7ce5069d29074b1e9d60470 1.74 MB 4,118 113
817,537 817,537 00000000000000000001513451bcce1973dd205f0ecacb6167ec1e5acab6ae29 1.61 MB 3,809 106
817,536 817,536 00000000000000000001a397c5d2ffd5fb05473eb758f0979b2599de0d03f7cf 1.68 MB 4,107 134
817,535 817,535 0000000000000000000382de974daa8228d84b0aeffa1bc5a5e2864833426102 1.55 MB 1,848 77
817,534 817,534 00000000000000000000932156ce65f28dcb8cf0f36d749203e0cce12f6a3fc1 1.74 MB 4,374 116
817,533 817,533 00000000000000000001ecc553af4771b8c2e980d3a280b99826353bfcce9f8e 1.77 MB 4,673 110
817,532 817,532 00000000000000000002837bc0a51b173661f5634a154652f27b317f3444dd61 1.49 MB 3,165 128
817,531 817,531 00000000000000000002cd9f28c95f0a91794bfd9f3f94338ca1f0c546fd00f1 1.79 MB 4,850 99
817,530 817,530 000000000000000000015ea5cb49b5d5b239566a1b16a37da8ccfb6efe470819 1.57 MB 3,566 159
817,529 817,529 000000000000000000032de770f3830cf8a7be2cf36b00332195b91ab7b0b3cb 1.61 MB 3,844 150
817,528 817,528 0000000000000000000003f2dcdfd5d1ba585731887ff53fe94fae5e801f2d6b 1.97 MB 6,191 86
817,527 817,527 00000000000000000002e5d9f5fe3a7fc5273069b3b75d048b5a4ef0b5688f3f 1.78 MB 4,759 101
817,526 817,526 00000000000000000002c4a65a0090094cb1487cbcc36b5640d6d14eae2d79a0 1.54 MB 3,483 152
817,525 817,525 00000000000000000000a4a65dd9c1508ab01da37a0cc744f05c44db94339539 1.60 MB 3,379 93
817,524 817,524 000000000000000000027fa25ce4ad04d927f35399bb0161c1dcb0fcf30b317e 1.64 MB 3,610 141
817,523 817,523 000000000000000000000537a4c34df08940daa251bba18c75416bb8ddf5b80f 1.76 MB 4,238 149
817,522 817,522 000000000000000000005c9395f75da2c6b8c824e28d8116e9561487fe1271bc 1.67 MB 3,469 91
Previous 10 blocks ↓
Total Size: 688.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: 1,587.29 GB sent, 125.80 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.