Memory Pool Memory Pool Refreshing

40,798 transactions
30.72 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
862,342 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,341 (387,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,535 474,535 0000000000000000015897099d9be0006dfa4899ffc70a0189796afeffcefb66 1.00 MB 1,291 318
474,534 474,534 00000000000000000186100e8c685374ecf9c39c34b46d5f2af186df3673333e 1.00 MB 2,079 48
474,533 474,533 00000000000000000052e3868d65505ac9e80ac127a972be7ef0114dd35d6830 1.00 MB 2,377 237
474,532 474,532 000000000000000000dcaa9e2246271076c15ea160f91eff3dcd2673c9fd5922 1.00 MB 1,553 113
474,531 474,531 0000000000000000013d633cb0ddcd949f3d7c347c74378431e3d8e8d53f4886 1.00 MB 2,354 305
474,530 474,530 000000000000000000248a4b95dcbb36b9ada4926acf7402b76b77c3311a6f37 1.00 MB 1,917 106
474,529 474,529 000000000000000000c0eeb8602bf951d2d623cf93c3112da3db467a03957400 1.00 MB 1,604 129
474,528 474,528 000000000000000000039cc9549cbd98b74bb3c2eb981b878c559310686938b6 1.00 MB 2,726 206
474,527 474,527 0000000000000000014d991d494e832dc184a1d749a856215d5c4d921ce52621 1.00 MB 2,226 224
474,526 474,526 00000000000000000080424c866a4e1acdd6a55d1529ca51ad351a99a7fd44fb 1.00 MB 1,676 304
474,525 474,525 000000000000000000854bd0bf056e46b2144bcafa08b89df488a51a4f8f808f 1.00 MB 2,456 211
474,524 474,524 0000000000000000012ceed66aea019d6177bc1251cc9bbf924f84ee755c0cf5 1.00 MB 2,287 252
474,523 474,523 000000000000000000e4fb617a2e613bf5ff8fd093c60eaaa0342fc12371376c 1.00 MB 1,797 263
474,522 474,522 0000000000000000014ab30224e0540d7d7589b75c951031d146493b40691693 1.00 MB 2,452 344
474,521 474,521 0000000000000000009093e1a049b2cb90189747de53415cd2d69ffc8f65ba97 0.00 MB 1 0
474,520 474,520 000000000000000000fb2cdb54496a1a566550afeaf35a4e90b99aa0cec42a29 1.00 MB 1,741 385
474,519 474,519 000000000000000000c899e7a0b353425f02936be6ed6261e955478897a2843a 1.00 MB 2,178 211
474,518 474,518 000000000000000000e824ff9425cba859195177f05e2f094d2f92e754dd03a9 1.00 MB 2,398 272
474,517 474,517 0000000000000000004a40546dba44d9519426ba96c99092db2a6f88e4255247 1.00 MB 2,150 304
474,516 474,516 00000000000000000132cd5e10c81ea3adb8acae1e0f9cfe4fedd9394f2edc32 1.00 MB 2,232 333
474,515 474,515 0000000000000000007981ee1fa91be809f33cf85af02b34336b58d2328e8edc 1.00 MB 2,224 281
Previous 10 blocks ↓
Total Size: 684.81 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,364.47 GB sent, 103.71 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.