Memory Pool Memory Pool Refreshing

82,826 transactions
32.24 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,182 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,219 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,181 (709,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
160,343 160,343 00000000000008069aa6d454238cbb56e69c4e742e80bd8c1e3e22d82c1560f2 0.02 MB 39 85
160,342 160,342 0000000000000227ae8e8a12a6706458f13eda65d660d7b691555086e0357692 0.05 MB 98 8
160,341 160,341 0000000000000cbe0895ef8c8bd5c7d41db1d565556f7fd09e31096c64703e13 0.03 MB 30 41
160,340 160,340 00000000000006663d90d16c57b4035949f9315d8437d4293730cb4d794c6ead 0.07 MB 135 801
160,339 160,339 0000000000000df82036250d81740c90ffa8bb71a4ca70dc6f6a034fd48f5d43 0.01 MB 19 78
160,338 160,338 00000000000008f750e48af670a3adb5f1d3451990d96f95455d26af6b985ac5 0.04 MB 21 460
160,337 160,337 00000000000006b3575adc7143bb2ad61c8a3b7fbbc2c006046b49ca64c76914 0.00 MB 3 0
160,336 160,336 0000000000000744734ed9f114505aaea4be98392135ac914ef1dda8a333591e 0.01 MB 12 37
160,335 160,335 0000000000000513403d141b8283d95bcbe6ed71e11de4bdc34613eb2dc36201 0.03 MB 83 0
160,334 160,334 0000000000000c2fe6763748993594fcdb949b223bd399fa1995d2a7d8a95b33 0.03 MB 41 25
160,333 160,333 0000000000000052ba38353ab852ce4a5cef043b4aeab838b1474d540921b89f 0.06 MB 76 66
160,332 160,332 0000000000000d0b10e9eda3f39716dca42096a0ada8bc079aa0bbb5640387f3 0.01 MB 15 47
160,331 160,331 000000000000056aa2ccfe3497ef6afe5294a4900d7be437f0af82ffc2beb759 0.00 MB 4 19
160,330 160,330 000000000000007e8c6c9e634687237d2d19c95f38a376297ab32d5fb725df89 0.01 MB 20 192
160,329 160,329 00000000000006e9d9e6891f5ab0be66b610612e28983812bb624c65aa1906f8 0.01 MB 25 0
160,328 160,328 0000000000000866acb3bbce8e843eb53b91abb4349ce5166c0bb0709543dccc 0.01 MB 17 228
160,327 160,327 000000000000073651d7448296b06b4eba7d410ef6d4d36ec6c9f7cb9e9d3169 0.01 MB 12 373
160,326 160,326 00000000000003de56908b055e70db021124041bb221a0c339f174834cf17b82 0.00 MB 12 69
160,325 160,325 0000000000000b5d1c05b608f24599fd2fb2deea345d886bfe08bc2759a7af11 0.01 MB 17 75
160,324 160,324 00000000000002fcfbf7fd270232b96f662c7bc34f7f606837937599218ebdd0 0.01 MB 21 88
160,323 160,323 00000000000009ec7418f4ce0172338e530566fd7ccdbe820e901c6b4f2f07f8 0.05 MB 82 628
Previous 10 blocks ↓
Total Size: 699.80 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,188.68 GB sent, 209.06 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.