Memory Pool Memory Pool Refreshing

21,050 transactions
28.27 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,288 (395,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,718 466,718 000000000000000001260ac0f78117a5045895c3545c05db2d334ca6bbb2b4a6 1.00 MB 229 420
466,717 466,717 0000000000000000017e2ad24ceb752aa95de22acac8c3103f650d50df11bc3f 1.00 MB 496 452
466,716 466,716 00000000000000000012488ba94cd49158afc14f39088184d484b0614bcf3fd4 1.00 MB 442 456
466,715 466,715 0000000000000000017d754116ebb7bd1c76fcba8799ffd8d20893bb6f4e4c88 1.00 MB 376 388
466,714 466,714 00000000000000000087ee26366affaea8bc19a672453fd444043eb4c4c98dc4 0.99 MB 735 469
466,713 466,713 000000000000000000f54529957652d969182f3035a6d28f7d80b0d0419b0301 1.00 MB 364 422
466,712 466,712 000000000000000000aecc890746d14ad4edb31c3125109ca8623805c2ebd10c 1.00 MB 571 317
466,711 466,711 0000000000000000000197c8cb55d438a896f79cdcc2b344fa1f25b8cc753562 1.00 MB 352 430
466,710 466,710 000000000000000000b3f86c7a9615cb76d92be97ef42b348447fe804a9fcff3 1.00 MB 475 416
466,709 466,709 000000000000000000d7d75550c39789d704d5274a51ca7d21386d7ce69e368b 1.00 MB 700 355
466,708 466,708 0000000000000000016db88b9146d1f508ae632c6d1ab9b557890ef36aa0fe14 1.00 MB 1,192 366
466,707 466,707 00000000000000000102481321e77d558437243cdc798e37b182ee328b2baa49 1.00 MB 599 283
466,706 466,706 000000000000000001283a8f0c9f68cc4ecdc9525174d08cc8aed4c8aebe7f9f 1.00 MB 725 306
466,705 466,705 000000000000000000e9e104432ae2c8f6e258a7027308d6deaf6e9f30785f84 0.99 MB 977 303
466,704 466,704 000000000000000001692c198dc1f8af4256e0ff8b6fb72ba61a350b7b4ba62d 1.00 MB 464 311
466,703 466,703 00000000000000000197a55405f037fd278f2810f3f837ce1cf78a23bdf4fe89 1.00 MB 705 316
466,702 466,702 0000000000000000014f1d14ae0199c04607bca82939c0b70daf865ffdbf613c 1.00 MB 1,017 343
466,701 466,701 000000000000000000c58a9aa1b3c5a33b85ad0638981a1730aeb4ac552cc665 1.00 MB 981 290
466,700 466,700 000000000000000000ef7be3b53cb750eed1cd9bc8c93cc08f8ee4bb0624107c 0.92 MB 1,175 328
466,699 466,699 0000000000000000006a599c9ab56271824845b7523c814b4c4f894cc0949f03 1.00 MB 994 330
466,698 466,698 000000000000000001b0125278a7b072dd82f43d8a67f6d60464fb407321be81 1.00 MB 938 316
Previous 10 blocks ↓
Total Size: 684.71 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,361.78 GB sent, 103.09 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.