Memory Pool Memory Pool Refreshing

37,730 transactions
31.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
862,197 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,196 (387,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
474,514 474,514 00000000000000000031a736bce9c8a91968c544391834c1e0f3de5cdbf06011 1.00 MB 2,670 332
474,513 474,513 0000000000000000007401fee5d4915bae79bdf883a6d998c5a43c9b293996dd 1.00 MB 861 364
474,512 474,512 00000000000000000171a90690bbebc16e223153fc8c458564714704cf86ae17 0.99 MB 514 342
474,511 474,511 00000000000000000002c659e2c1d223225103d785e982adc61f9fd923ac09d2 1.00 MB 1,465 398
474,510 474,510 000000000000000000ed37c421c9acacf091a9bb902421ee6e0cabfc8b1a6f67 1.00 MB 2,542 294
474,509 474,509 00000000000000000135da85fdd890d6f28865e33aaa3b7aa00537056e094c11 1.00 MB 1,868 33
474,508 474,508 0000000000000000003c21781d0593ea03690f7c94fb94c45fddaa1607998d7a 1.00 MB 1,706 125
474,507 474,507 0000000000000000017f72371d7300564c7209f19ab758dba64539616ff329a1 1.00 MB 2,304 132
474,506 474,506 000000000000000000709cc00edd5b860aa5abbfc8ce64f191b1479cc1a2e399 0.99 MB 2,320 228
474,505 474,505 0000000000000000011413f75a32e067824214c0de05f13576add93087478788 1.00 MB 1,967 175
Previous 10 blocks ↓
Total Size: 684.54 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,354.43 GB sent, 101.73 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.