Memory Pool Memory Pool Refreshing

34,246 transactions
27.29 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,209 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 440 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,208 (15,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,519 847,519 000000000000000000004d0af6ead9af9ef44d5ee71d13f706da8e7aa4053067 1.65 MB 2,983 44
847,518 847,518 00000000000000000002802a5619652bd37b08f06fb843cb33520e5f572a31fb 1.59 MB 3,251 39
847,517 847,517 0000000000000000000141b5b767546769dad0674bc9795045433ff937f021e4 1.54 MB 4,359 40
847,516 847,516 00000000000000000001d7f800a8bb762c44f827249e4e7f8a026d5dff9de55a 1.57 MB 3,723 44
847,515 847,515 000000000000000000033a8e1cd335e7ebf36c03cbabe4dd7ce40194f1252d87 1.55 MB 3,897 44
847,514 847,514 000000000000000000000a25bedc1ebd3af675b31813c31978f67e7c8e3fbc6f 1.48 MB 4,404 50
847,513 847,513 00000000000000000000d5c4ff2bcb83a73bd8820efa686c35e39f29aff4824b 1.55 MB 3,901 45
847,512 847,512 000000000000000000009f31dc13ead420511e39fee81210ffbe78c208c3e01c 1.54 MB 3,589 44
847,511 847,511 00000000000000000002ec99af37b9e894c3c4f2105824a01e44d3c3b2f94be3 1.47 MB 2,495 31
847,510 847,510 000000000000000000011d7b9941c68375adea92193ce757c50fa484891e5230 1.72 MB 2,440 29
847,509 847,509 00000000000000000000f660ae6aabc0482917c38871ea22038b3888b472d1ee 1.70 MB 3,121 30
847,508 847,508 000000000000000000013c6302edf7a8a6f6eea984201dc73e766efd2defd382 1.83 MB 3,274 31
847,507 847,507 000000000000000000016fab39fb730f4263ebb9a890976fcece700f18b766ed 1.57 MB 3,773 40
847,506 847,506 00000000000000000001e60d63b6965aa021a33cc81781f42aa5c4d2d4ff7126 1.82 MB 1,683 33
847,505 847,505 00000000000000000002dd47b96794c30d596f65e63883b1666feb6af6f9873b 1.63 MB 3,214 38
847,504 847,504 00000000000000000000ab828ee4780ba893768b289dfe5b495ae2003edb480e 1.55 MB 4,001 43
847,503 847,503 000000000000000000031c523f1be5d4377356df52264810266f2a89a0dd84ca 1.87 MB 330 30
847,502 847,502 0000000000000000000052bb2e7a40b1cf592b1abbf8a0e34d30af7ba47ec9ff 1.80 MB 878 31
847,501 847,501 000000000000000000028a90ba689b0adbb45563164a6e26cac62cb73ad44bfa 1.81 MB 477 30
847,500 847,500 00000000000000000002d8849904f70a5ab5d3adc3daa5b8a4bd52005e5e755a 1.68 MB 2,066 35
847,499 847,499 000000000000000000017fd2e22e080862627a916b992c0d29e5f40cb4ee64ad 1.52 MB 3,303 36
Previous 10 blocks ↓
Total Size: 686.51 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,468.75 GB sent, 115.23 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.